-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
This was fixed in v1.31.0: 03b45df
Workaround for older versions:
-o website-token=t -o headers.X-Website-Token=4fd6sg89d7s6
uvx gallery-dl -v https://gofile.io/d/REDACTED
[gallery-dl][debug] Version 1.30.10
[gallery-dl][debug] Python 3.13.5 - Windows-10-10.0.19045-SP0
[gallery-dl][debug] requests 2.32.5 - urllib3 2.6.1
[gallery-dl][debug] Configuration Files ['%APPDATA%\\gallery-dl\\config.json']
[gallery-dl][debug] Starting DownloadJob for 'https://gofile.io/d/REDACTED'
[gofile][debug] Using GofileFolderExtractor for 'https://gofile.io/d/REDACTED'
[gofile][debug] Creating temporary account
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): api.gofile.io:443
[urllib3.connectionpool][debug] https://api.gofile.io:443 "POST /accounts HTTP/1.1" 200 None
[gofile][debug] Fetching website token
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): gofile.io:443
[urllib3.connectionpool][debug] https://gofile.io:443 "GET /dist/js/global.js HTTP/1.1" 404 None
[gofile][error] HttpError: '404 Not Found' for 'https://gofile.io/dist/js/global.js'
[gofile][debug]
Traceback (most recent call last):
File "C:\Users\REDACTED\AppData\Local\uv\cache\archive-v0\xQvD9PwRMR19fXNMEwler\Lib\site-packages\gallery_dl\job.py", line 152, in run
for msg in extractor:
^^^^^^^^^
File "C:\Users\REDACTED\AppData\Local\uv\cache\archive-v0\xQvD9PwRMR19fXNMEwler\Lib\site-packages\gallery_dl\extractor\gofile.py", line 39, in items
self._get_website_token())
~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\REDACTED\AppData\Local\uv\cache\archive-v0\xQvD9PwRMR19fXNMEwler\Lib\site-packages\gallery_dl\cache.py", line 115, in __call__
value = self.func(*args, **kwargs)
File "C:\Users\REDACTED\AppData\Local\uv\cache\archive-v0\xQvD9PwRMR19fXNMEwler\Lib\site-packages\gallery_dl\extractor\gofile.py", line 78, in _get_website_token
page = self.request(self.root + "/dist/js/global.js").text
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\REDACTED\AppData\Local\uv\cache\archive-v0\xQvD9PwRMR19fXNMEwler\Lib\site-packages\gallery_dl\extractor\common.py", line 261, in request
raise exc
gallery_dl.exception.HttpError: '404 Not Found' for 'https://gofile.io/dist/js/global.js'
Reactions are currently unavailable