mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.7k stars 953 forks source link

(NSFW) Bunkr - IndexError: list index out of range #6352

Closed Zephy682 closed 3 days ago

Zephy682 commented 4 days ago

While attempting to download a album from Bunkr, gallery-dl errors out pretty quickly in with the following error (with the verbose flag on):

[gallery-dl][debug] Version 1.27.6 - Executable (stable/windows)
[gallery-dl][debug] Python 3.8.10 - Windows-10-10.0.26100
[gallery-dl][debug] requests 2.32.3 - urllib3 2.1.0
[gallery-dl][debug] Configuration Files ['C:\\Users\\ZephyrusX1\\scoop\\apps\\gallery-dl\\current\\gallery-dl.conf']
[gallery-dl][debug] Starting DownloadJob for 'https://bunkr.ac/a/S7oCigVf'
[bunkr][debug] Using BunkrAlbumExtractor for 'https://bunkr.ac/a/S7oCigVf'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): bunkr.ac:443
[urllib3.connectionpool][debug] https://bunkr.ac:443 "GET /a/S7oCigVf HTTP/1.1" 200 None
[bunkr][error] An unexpected error occurred: IndexError - list index out of range. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[bunkr][debug]
Traceback (most recent call last):
  File "gallery_dl\job.pyc", line 151, in run
  File "gallery_dl\extractor\lolisafe.pyc", line 43, in items
  File "gallery_dl\extractor\bunkr.pyc", line 57, in fetch_album
IndexError: list index out of range

Command I ran to produce the error:

gallery-dl "https://bunkr.ac/a/S7oCigVf"

By the way this exact command run perfectly fine without any error a week a ago. Will appreciate any help.

mikf commented 4 days ago

Duplicate of #6344