-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
When trying to download images from ViperGirls that have Imagevenue as the image host I get this error:
E:\>gallery-dl --config-ignore -v "https://img256.imagevenue.com/img.php?image=97549_Buddiesx_014_123_507lo.jpg"
[gallery-dl][debug] Version 1.31.2
[gallery-dl][debug] Python 3.11.4 - Windows-10-10.0.22631-SP0
[gallery-dl][debug] requests 2.32.5 - urllib3 2.5.0
[gallery-dl][debug] Configuration Files []
[gallery-dl][debug] Starting DownloadJob for 'https://img256.imagevenue.com/img.php?image=97549_Buddiesx_014_123_507lo.jpg'
[imagevenue][debug] Using ImagevenueImageExtractor for 'https://img256.imagevenue.com/img.php?image=97549_Buddiesx_014_123_507lo.jpg'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): img256.imagevenue.com:443
[imagevenue][debug] NameResolutionError: Failed to resolve 'img256.imagevenue.com' ([Errno 11001] getaddrinfo failed) (1/5)
[imagevenue][debug] Sleeping 1.00 seconds (retry)
[urllib3.connectionpool][debug] Starting new HTTPS connection (2): img256.imagevenue.com:443
[urllib3.connectionpool][debug] https://img256.imagevenue.com:443 "GET /img.php?image=97549_Buddiesx_014_123_507lo.jpg HTTP/1.1" 302 145
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): www.imagevenue.com:443
[urllib3.connectionpool][debug] https://www.imagevenue.com:443 "GET /view/o/?i=97549_Buddiesx_014_123_507lo.jpg&h=img256 HTTP/1.1" 200 None
[imagevenue][error] NotFoundError: Requested image could not be found
[imagevenue][debug]
Traceback (most recent call last):
File "C:\Users\....\AppData\Local\Programs\Python\Python311\Lib\site-packages\gallery_dl\extractor\imagehosts.py", line 181, in get_info
pos = page.index('class="card-body')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: substring not found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\....\AppData\Local\Programs\Python\Python311\Lib\site-packages\gallery_dl\job.py", line 158, in run
msg = self.dispatch(extractor)
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\....\AppData\Local\Programs\Python\Python311\Lib\site-packages\gallery_dl\job.py", line 209, in dispatch
for msg, url, kwdict in messages:
File "C:\Users\....\AppData\Local\Programs\Python\Python311\Lib\site-packages\gallery_dl\extractor\imagehosts.py", line 54, in items
url, filename = self.get_info(page)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\....\AppData\Local\Programs\Python\Python311\Lib\site-packages\gallery_dl\extractor\imagehosts.py", line 183, in get_info
self.not_found()
File "C:\Users\....\AppData\Local\Programs\Python\Python311\Lib\site-packages\gallery_dl\extractor\imagehosts.py", line 84, in not_found
raise exception.NotFoundError(resource or self.__class__.subcategory)
gallery_dl.exception.NotFoundError: Requested image could not be found
Reactions are currently unavailable