Magic-Token/scripts
tooomm 096ceac80a
CI: Keep image links up to date (#259)
* move script

* add info

* add CI automation
2024-03-02 11:40:28 +01:00
..
README.md CI: Keep image links up to date (#259) 2024-03-02 11:40:28 +01:00
update_image_links.py CI: Keep image links up to date (#259) 2024-03-02 11:40:28 +01:00

Scripts

update_image_links
This script changes the links from the old CDN on c1.scryfall.com to the new CDN on cards.scryfall.io.
It reads a tokens.xml file containing CDN picURLs of either version, makes requests to the Scryfall API to receive the most up-to-date URLs for each token, and generates an output file.
--inplace / -i will update the input file
--output / -o will create a new file of your choice

Basic call to run the script:

python3 update_image_links.py tokens.xml -i