You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using latest version 1.15.0, gallery-dl no longer autodetects subfolders in groups. This means it effectively does nothing when given a group-gallery to download.
da-dl_1.15.0.exe --verbose https://www.deviantart.com/5-fanclub/gallery/?catpath=/
[gallery-dl][debug] Version 1.15.0
[gallery-dl][debug] Python 3.8.5 - Windows-10-10.0.18362
[gallery-dl][debug] requests 2.24.0 - urllib3 1.25.10
[gallery-dl][debug] Starting DownloadJob for 'https://www.deviantart.com/5-fanclub/gallery/?catpath=/'
[deviantart][debug] Using DeviantartGalleryExtractor for 'https://www.deviantart.com/5-fanclub/gallery/?catpath=/'
[deviantart][debug] Using default API credentials (client-id 5388)
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): www.deviantart.com:443
[urllib3.connectionpool][debug] https://www.deviantart.com:443 "GET /api/v1/oauth2/user/profile/5-fanclub HTTP/1.1" 400 97
[urllib3.connectionpool][debug] https://www.deviantart.com:443 "GET /api/v1/oauth2/gallery/folders?username=5-fanclub&offset=0&limit=50&mature_content=true HTTP/1.1" 200 493
The group contains multiple folders with several images, including a Featured folder. It seems gallery-dl fails to autodetect these folders. I tested it with some other groups, with the same result.
Using latest version 1.15.0, gallery-dl no longer autodetects subfolders in groups. This means it effectively does nothing when given a group-gallery to download.
Example, see https://www.deviantart.com/5-fanclub/gallery/?catpath=/
verbose output, without using my config-file:
The group contains multiple folders with several images, including a Featured folder. It seems gallery-dl fails to autodetect these folders. I tested it with some other groups, with the same result.
Downloading the individual folders seems to work fine, e.g.:
da-dl_1.15.0.exe https://www.deviantart.com/5-fanclub/gallery/73283345/5-as-a-stitchpup
da-dl_1.15.0.exe https://www.deviantart.com/5-fanclub/gallery/73283289/featured
These are my config-settings (private data obscured), in case it should prove relevant. Though the issue is reproducible without a config-file also.
The text was updated successfully, but these errors were encountered: