mikf / gallery-dl

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

Bunkr ValueError: Substring Not found #4532

Closed laurinhuebner closed 9 months ago

laurinhuebner commented 9 months ago

gallery-dl: Version 1.26.0-dev gallery-dl: Python 3.9.2 - Linux-5.10.0-25-amd64-x86_64-with-glibc2.31 gallery-dl: requests 2.25.1 - urllib3 1.26.5 gallery-dl: Configuration Files ['/etc/gallery-dl.conf'] gallery-dl: Starting DownloadJob for 'https://bunkrr.su/a/t2C64cWe' bunkr: Using BunkrAlbumExtractor for 'https://bunkrr.su/a/t2C64cWe' urllib3.connectionpool: Starting new HTTPS connection (1): bunkrr.su:443 urllib3.connectionpool: https://bunkrr.su:443 "GET /a/t2C64cWe HTTP/1.1" 200 None urllib3.connectionpool: https://bunkrr.su:443 "GET /d/VoUQRyHwMx6qk HTTP/1.1" 200 None bunkr: An unexpected error occurred: ValueError - substring not found. 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: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/gallery_dl/job.py", line 96, in run for msg in extractor: File "/usr/local/lib/python3.9/dist-packages/gallery_dl/extractor/lolisafe.py", line 56, in items files, data = self.fetch_album(self.album_id) File "/usr/local/lib/python3.9/dist-packages/gallery_dl/extractor/bunkr.py", line 89, in fetch_album cdn = cdn[:cdn.index("/", 8)] ValueError: substring not found

Updated gallery-dl already to the newest Version to ensure that it isn't the fault of outdated software.

mikf commented 9 months ago

Duplicate of #4514