Skip to content
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

Open
ForxBase opened this issue Feb 10, 2025 · 2 comments
Open

[site request] ygoprodeck.com #6963

ForxBase opened this issue Feb 10, 2025 · 2 comments

Comments

@ForxBase
Copy link

ForxBase commented Feb 10, 2025

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.

@zone559
Copy link

zone559 commented Feb 14, 2025

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?
Example: "TCG DATE + CARDNAME.JPG"

Let me know if this approach is acceptable or if you have a different structure in mind!

@ForxBase
Copy link
Author

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? Example: "TCG DATE + CARDNAME.JPG"

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants