-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[site request] ygoprodeck.com #6963
Comments
I can write a code to download all the card images, but I’m unable to organize them exactly the way you want. The issue is that there isn’t enough detail on how the website organizes the cards. I understand that TCG Dates are involved, but I’m not sure how to incorporate that information into the images in a way that allows Windows to sort them according to your preferences. Would a filename format like the following work for you? Let me know if this approach is acceptable or if you have a different structure in mind! |
Thank you, that might work, as long as the card will have the correct order in the folder when downloaded. |
you know how to run python script code right? If you are happy with it, i will drop the code that will download all the cards after fixing bugs |
ygoprodeck.com is a site where you can look at all yugioh cards.
https://ygoprodeck.com/
https://ygoprodeck.com/top/
https://ygoprodeck.com/packs/
https://ygoprodeck.com/pack/Structure%20Deck%3A%20Blue-Eyes%20White%20Destiny
https://ygoprodeck.com/card-database/?num=24&offset=0
https://ygoprodeck.com/card/recycling-batteries-8297
https://images.ygoprodeck.com/images/cards/99995595.jpg
For example, I would like to download all cards as sorted like here: https://ygoprodeck.com/card-database/?sort=tcg_date&sortorder=asc&num=24&offset=0
From the very first cards to the last one, named in the folder so that they are sorted correctly.
The text was updated successfully, but these errors were encountered: