mtg-decks-downloader

Tool to download Magic: The Gathering decklists from the Internet
git clone https://kevincorvisier.fr/git/mtg-decks-downloader.git
Log | Files | Refs | README

commit 78b06984bea36f96fbc6e420d5da0ab9ecef8222
parent bcb57bfbaf1e434f6fda05b91198c1db0b1904d0
Author: Kevin Corvisier <git@kevincorvisier.fr>
Date:   Sat, 14 Jun 2025 19:38:50 +0900

Update Premodern top budget decks downloading configuration
Diffstat:
Msrc/main/packaged-resources/cfg/config-available/pm-top-budget.properties | 14++++++++------
Asrc/main/packaged-resources/cfg/config-enabled/pm-top-budget.properties | 2++
Asrc/main/packaged-resources/cfg/premodern-expensive-cards.txt | 39+++++++++++++++++++++++++++++++++++++++
3 files changed, 49 insertions(+), 6 deletions(-)

diff --git a/src/main/packaged-resources/cfg/config-available/pm-top-budget.properties b/src/main/packaged-resources/cfg/config-available/pm-top-budget.properties @@ -1,8 +1,10 @@ archetype-limit=1 sources=\ - https://www.tcdecks.net/results.php?token=&tname=&nlow=128&nhigh=&from=2024%2F09%2F02&to=&player=&aname=&dname=&format=Premodern&pos1=on&main=&nomain=Ancient+Tomb%3BCity+of+Traitors%3BDark+Ritual%3BGaea%27s+Cradle%3BIntuition%3BMox+Diamond%3BPhyrexian+Dreadnought%3BSurvival+of+the+Fittest&side=&noside=&strict=on | \ - https://www.tcdecks.net/results.php?token=&tname=&nlow=128&nhigh=&from=2024%2F09%2F02&to=&player=&aname=&dname=&format=Premodern&pos2=on&main=&nomain=Ancient+Tomb%3BCity+of+Traitors%3BDark+Ritual%3BGaea%27s+Cradle%3BIntuition%3BMox+Diamond%3BPhyrexian+Dreadnought%3BSurvival+of+the+Fittest&side=&noside=&strict=on | \ - https://www.tcdecks.net/results.php?token=&tname=&nlow=128&nhigh=&from=2024%2F09%2F02&to=&player=&aname=&dname=&format=Premodern&pos34=on&main=&nomain=Ancient+Tomb%3BCity+of+Traitors%3BDark+Ritual%3BGaea%27s+Cradle%3BIntuition%3BMox+Diamond%3BPhyrexian+Dreadnought%3BSurvival+of+the+Fittest&side=&noside=&strict=on | \ - https://www.tcdecks.net/results.php?token=&tname=&nlow=128&nhigh=&from=2024%2F09%2F02&to=&player=&aname=&dname=&format=Premodern&pos58=on&main=&nomain=Ancient+Tomb%3BCity+of+Traitors%3BDark+Ritual%3BGaea%27s+Cradle%3BIntuition%3BMox+Diamond%3BPhyrexian+Dreadnought%3BSurvival+of+the+Fittest&side=&noside=&strict=on + https://www.tcdecks.net/results.php?tname=&nlow=128&nhigh=&from=2024%2F12%2F14&to=&player=&aname=&dname=&format=Premodern&pos1=on&strict=on&main=&nomain=&side=&noside= | \ + https://www.tcdecks.net/results.php?tname=&nlow=128&nhigh=&from=2024%2F12%2F14&to=&player=&aname=&dname=&format=Premodern&pos2=on&strict=on&main=&nomain=&side=&noside= | \ + https://www.tcdecks.net/results.php?tname=&nlow=128&nhigh=&from=2024%2F12%2F14&to=&player=&aname=&dname=&format=Premodern&pos34=on&strict=on&main=&nomain=&side=&noside= | \ + https://www.tcdecks.net/results.php?tname=&nlow=128&nhigh=&from=2024%2F12%2F14&to=&player=&aname=&dname=&format=Premodern&pos58=on&strict=on&main=&nomain=&side=&noside= output-dir=output/pm-top-budget -only-ai-playable-cards=false -\ No newline at end of file +only-ai-playable-cards=false +# f:premodern cheapest:usd usd>31.04 +banlists=premodern-expensive-cards.txt +\ No newline at end of file diff --git a/src/main/packaged-resources/cfg/config-enabled/pm-top-budget.properties b/src/main/packaged-resources/cfg/config-enabled/pm-top-budget.properties @@ -0,0 +1 @@ +../config-available/pm-top-budget.properties +\ No newline at end of file diff --git a/src/main/packaged-resources/cfg/premodern-expensive-cards.txt b/src/main/packaged-resources/cfg/premodern-expensive-cards.txt @@ -0,0 +1,38 @@ +Academy Rector +Aluren +Ancient Tomb +Anvil of Bogardan +Argothian Enchantress +Burgeoning +City of Traitors +Deranged Hermit +Eladamri, Lord of Leaves +Gaea's Cradle +Gilded Drake +Hatred +Humility +Intuition +Lake of the Dead +Lion's Eye Diamond +Lotus Vale +Mana Echoes +Metalworker +Mind Over Matter +Mox Diamond +Null Rod +Palinchron +Phyrexian Altar +Phyrexian Dreadnought +Recurring Nightmare +Replenish +Rhystic Study +Rofellos, Llanowar Emissary +Scorched Ruins +Serra's Sanctum +Shallow Grave +Sliver Overlord +Sliver Queen +Survival of the Fittest +Treachery +Volrath's Stronghold +Yavimaya Hollow +\ No newline at end of file