update filter pipeline to follow new deckbox page format

master
melvinzhang 2014-11-30 11:28:17 +08:00
parent 82ff466372
commit 240783a899
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ release/Magarena/mods/legacy_cube.txt: cards/existing_master.txt cards/legacy_ba
release/Magarena/mods/%_cube.txt: cards/existing_master.txt cards/%_all.txt
join -t"|" <(sort $(word 1,$^)) <(sort $(word 2,$^)) > $@
FILTER_DECKBOX := grep deckbox.org/mtg -A 1 | grep ' ' | sed 's/^[ ]*//'
FILTER_DECKBOX := grep deckbox.org/mtg | grep -o ">[A-Z].*<" | sed 's/^>//;s/<$$//'
cards/standard_all.out:
touch $@