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
Downloading either an entire user, album, or a single photo if the uploader has disabled showing the EXIF info and thus the API returns not authorized error, gallery-dl fails to download that entry instead of just skipping the EXIF metadata and saving the file. With user/album we get lines like flickr: Skipping 42301232094 (StopExtraction) and with single photos flickr: API request failed: Permission denied is returned.
Example album: https://www.flickr.com/photos/bimalnepal/albums/72157696708555191/
And it's also buggy when we use --input-file-comment because for albums/users gallery-dl comments out these failed urls instead of just leaving them as they are, this doesn't happen with single photo urls.
It doesn't add the album's/user's photos to the archive though so if I un-comment the lines they are not skipped on the next run.
The text was updated successfully, but these errors were encountered:
Downloading either an entire user, album, or a single photo if the uploader has disabled showing the EXIF info and thus the API returns not authorized error, gallery-dl fails to download that entry instead of just skipping the EXIF metadata and saving the file. With user/album we get lines like
flickr: Skipping 42301232094 (StopExtraction)
and with single photosflickr: API request failed: Permission denied
is returned.Conf file has:
Example album:
https://www.flickr.com/photos/bimalnepal/albums/72157696708555191/
And it's also buggy when we use
--input-file-comment
because for albums/users gallery-dl comments out these failed urls instead of just leaving them as they are, this doesn't happen with single photo urls.It doesn't add the album's/user's photos to the archive though so if I un-comment the lines they are not skipped on the next run.
The text was updated successfully, but these errors were encountered: