Magic-Token/scripts
2026-03-22 12:59:37 +01:00
..
README.md CI: Keep image links up to date (#259) 2024-03-02 11:40:28 +01:00
update_image_links.py request header 2026-03-22 12:59:37 +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