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

Refactor image download logic to group images by artist name. fixes #55 #57

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

retardgerman
Copy link

Files are being renamed while downloading.

- Extract artist name from the URL by removing the unique ID suffix.
- Ensure all images from the same artist (e.g., 'justinmaller') are saved in a single folder.
- Support dynamic file extensions (e.g., .jpg, .png) when saving images.
- Created artist-specific directories based on the artist's name, ensuring proper organization of images.
@retardgerman retardgerman changed the title fixes #55 Refactor image download logic to group images by artist name fixes #55 Sep 27, 2024
@retardgerman retardgerman changed the title Refactor image download logic to group images by artist name fixes #55 Refactor image download logic to group images by artist name. fixes #55 Sep 27, 2024
@retardgerman
Copy link
Author

I didn't think about completely rebuilding the download logic at first. That is why there are three commits, the first two of which are actually unnecessary.

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

Successfully merging this pull request may close these issues.

1 participant