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 ce388cf45effc9fb5d7b5c613424e29ff2d73e9d
parent 9c116675d02aa4bfe391ff25575ee366b53d009f
Author: Kevin Corvisier <git@kevincorvisier.fr>
Date:   Sun,  2 Mar 2025 14:28:56 +0900

Update configuration files
Diffstat:
Dsrc/main/packaged-resources/cfg/config-available/example1-ms-opponents.properties | 7-------
Dsrc/main/packaged-resources/cfg/config-available/example1-pm-opponents.properties | 6------
Dsrc/main/packaged-resources/cfg/config-available/example1-pms-card-pool.properties | 7-------
Asrc/main/packaged-resources/cfg/config-available/ms-opponents.properties | 7+++++++
Msrc/main/packaged-resources/cfg/config-available/pauper-meta.properties | 4++--
Asrc/main/packaged-resources/cfg/config-available/pm-opponents.properties | 6++++++
Msrc/main/packaged-resources/cfg/config-available/pms-burn.properties | 2+-
Asrc/main/packaged-resources/cfg/config-available/pms-card-pool.properties | 7+++++++
Msrc/main/packaged-resources/cfg/config-available/standard-meta.properties | 4++--
9 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/src/main/packaged-resources/cfg/config-available/example1-ms-opponents.properties b/src/main/packaged-resources/cfg/config-available/example1-ms-opponents.properties @@ -1,6 +0,0 @@ -limit=15 -archetype-limit=1 -sources=https://www.hareruyamtg.com/en/deck/result?pageSize=100&formats[11]=11&eventName=middle&public_status=public&grades=champion | \ - https://www.hareruyamtg.com/en/deck/result?pageSize=100&formats[11]=11&eventName=middle&public_status=public&grades=top8 | \ - https://www.hareruyamtg.com/en/deck/result?pageSize=100&formats[11]=11&eventName=middle&public_status=public -output-dir=/home/kebi/git/repositories/mtg-genetic-deckbuilding/src/main/packaged-resources/cfg/example1/ms-opponents -\ No newline at end of file diff --git a/src/main/packaged-resources/cfg/config-available/example1-pm-opponents.properties b/src/main/packaged-resources/cfg/config-available/example1-pm-opponents.properties @@ -1,5 +0,0 @@ -limit=15 -archetype-limit=1 -sources=https://www.tcdecks.net/format.php?format=Premodern -output-dir=/home/kebi/git/repositories/mtg-genetic-deckbuilding/src/main/packaged-resources/cfg/example1/pm-opponents -tcdecks.tournament.players.min=64 -\ No newline at end of file diff --git a/src/main/packaged-resources/cfg/config-available/example1-pms-card-pool.properties b/src/main/packaged-resources/cfg/config-available/example1-pms-card-pool.properties @@ -1,7 +0,0 @@ -limit=1000 -banlists=banlist_premodern.txt,banlist_middleschool.txt,error-prone-cards.txt -sources=https://www.hareruyamtg.com/en/deck/result?pageSize=100&formats[11]=11&eventName=middle&public_status=public | \ - https://www.tcdecks.net/format.php?format=Premodern -output-dir=/tmp/pms -card-pool.enabled=true -card-pool.output-file=/home/kebi/git/repositories/mtg-genetic-deckbuilding/src/main/packaged-resources/cfg/example1/card-pool.txt diff --git a/src/main/packaged-resources/cfg/config-available/ms-opponents.properties b/src/main/packaged-resources/cfg/config-available/ms-opponents.properties @@ -0,0 +1,6 @@ +limit=15 +archetype-limit=1 +sources=https://www.hareruyamtg.com/en/deck/result?pageSize=100&formats[11]=11&eventName=middle&public_status=public&grades=champion | \ + https://www.hareruyamtg.com/en/deck/result?pageSize=100&formats[11]=11&eventName=middle&public_status=public&grades=top8 | \ + https://www.hareruyamtg.com/en/deck/result?pageSize=100&formats[11]=11&eventName=middle&public_status=public +output-dir=output/ms-opponents +\ No newline at end of file diff --git a/src/main/packaged-resources/cfg/config-available/pauper-meta.properties b/src/main/packaged-resources/cfg/config-available/pauper-meta.properties @@ -1,2 +1,2 @@ sources=https://www.hareruyamtg.com/en/deck/result?pageSize=100&formats[8]=8&public_status=public -output-dir=/home/kebi/Documents/mtg/pauper/meta -\ No newline at end of file +output-dir=output/pauper +\ No newline at end of file diff --git a/src/main/packaged-resources/cfg/config-available/pm-opponents.properties b/src/main/packaged-resources/cfg/config-available/pm-opponents.properties @@ -0,0 +1,5 @@ +limit=15 +archetype-limit=1 +sources=https://www.tcdecks.net/format.php?format=Premodern +output-dir=output/pm-opponents +tcdecks.tournament.players.min=64 +\ No newline at end of file diff --git a/src/main/packaged-resources/cfg/config-available/pms-burn.properties b/src/main/packaged-resources/cfg/config-available/pms-burn.properties @@ -3,5 +3,5 @@ limit=20 archetype-limit=20 sources=https://www.hareruyamtg.com/en/deck/result?pageSize=100&formats[11]=11&eventName=middle&public_status=public&grades=top8&archetypeIds=5841,5885,6440 | \ https://www.tcdecks.net/archetype.php?archetype=Burn&format=Premodern -output-dir=/home/kebi/git/repositories/mtg-genetic-deckbuilding/src/main/packaged-resources/cfg/example1/initial-population +output-dir=output/pms-burn tcdecks.tournament.players.min=128 \ No newline at end of file diff --git a/src/main/packaged-resources/cfg/config-available/pms-card-pool.properties b/src/main/packaged-resources/cfg/config-available/pms-card-pool.properties @@ -0,0 +1,7 @@ +limit=1000 +banlists=banlist_premodern.txt,banlist_middleschool.txt,error-prone-cards.txt +sources=https://www.hareruyamtg.com/en/deck/result?pageSize=100&formats[11]=11&eventName=middle&public_status=public | \ + https://www.tcdecks.net/format.php?format=Premodern +output-dir=/tmp/pms +card-pool.enabled=true +card-pool.output-file=output/pms-card-pool.txt diff --git a/src/main/packaged-resources/cfg/config-available/standard-meta.properties b/src/main/packaged-resources/cfg/config-available/standard-meta.properties @@ -1,4 +1,4 @@ limit=10 archetype-limit=1 sources=https://www.hareruyamtg.com/en/deck/result?pageSize=100&formats[1]=1&public_status=public&grades=champion -output-dir=/home/kebi/Documents/mtg/standard/meta -\ No newline at end of file +output-dir=output/standard +\ No newline at end of file