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

[BUG] gallery-dl can't find deviantart folder if its name starts with an underscore #1451

Closed
Miroslav-Cetojevic opened this issue Apr 9, 2021 · 0 comments
Labels

Comments

@Miroslav-Cetojevic
Copy link

Found a bug where gallery-dl will yell [deviantart][error] NotFoundError: Requested folder could not be found if you enter the URL of a folder that starts with an underscore.

Apparently, the reason for that is the URL replaces underscores in a gallery folder name with dashes (-). My current workaround is to replace said dashes with underscores wherever applicable.

Examples:
Folder: _MtG
URL: deviantart_gallery/-mtg
Result: [deviantart][error] NotFoundError: Requested folder could not be found

Folder: _fantasy_pics
URL: deviantart_gallery/-fantasy-pics
Result: [deviantart][error] NotFoundError: Requested folder could not be found

In both cases, replacing the dashes with underscores in the URL did the trick in command-line.

Seems like something that ought to be fixed.

@mikf mikf added the bug label Apr 10, 2021
@mikf mikf closed this as completed in 5a98bce Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants