Replies: 1 comment
-
This was already reported in #3013 (comment) and got fixed in a996d93, but there hasn't been a release since then. Use one of the executables from https://github.com/mikf/gallery-dl/actions/runs/5700237464 (or https://github.com/mikf/gallery-dl/actions/workflows/executables.yml in general) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
E:\X>gallery-dl --verbose -d H:\test\ https://www.imagefap.com/organizer/598301/AI/
[gallery-dl][debug] Version 1.25.8 - Executable
[gallery-dl][debug] Python 3.8.10 - Windows-10-10.0.19045
[gallery-dl][debug] requests 2.31.0 - urllib3 1.26.16
[gallery-dl][debug] Configuration Files ['E:\X\gallery-dl.conf']
[gallery-dl][debug] Starting DownloadJob for 'https://www.imagefap.com/organizer/598301/AI/'
[imagefap][debug] Using ImagefapFolderExtractor for 'https://www.imagefap.com/organizer/598301/AI/'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): www.imagefap.com:443
[urllib3.connectionpool][debug] https://www.imagefap.com:443 "GET /organizer/598301/?page=0 HTTP/1.1" 200 None
[imagefap][debug] Using ImagefapGalleryExtractor for 'https://www.imagefap.com/gallery/11482038'
[urllib3.connectionpool][debug] https://www.imagefap.com:443 "GET /gallery/11482038 HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://www.imagefap.com:443 "GET /photo/920301646/?gid=11482038&idx=0&partial=true HTTP/1.1" 200 None
H:\test\imagefap\11482038 Artificialporn Part 41 (EpicRealism Edition)\imagefap_11482038_920301646.jpg
So far everything ok. Starts with the newest folder. The whole list, or as IF calls it, 'organizer' is 2 pages long and the last set on page 1 is https://www.imagefap.com/gallery/11361704, and that’s where gallery-dl stops. Normally it should go on until the last folder in the organizer, right? Now it stops at [urllib3.connectionpool][debug] https://cdn.imagefap.com:443 "GET /images/full/113/201/2016072406.jpg?end=1691119270&secure=0b2b1c31e072d166cab41 HTTP/1.1" 200 159446
H:\test\imagefap\11361704 Artificialporn Part 18 (Teen Edition)\imagefap_11361704_2016072406.jpg
And that is the last folder on page 1. Why does it stop there?
Beta Was this translation helpful? Give feedback.
All reactions