Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bunkr] HttpError: '404 Not Found' for 'https://get.bunkrr.su/api/vs' #7097

Open
serveral1 opened this issue Mar 2, 2025 · 1 comment
Open

Comments

@serveral1
Copy link

Running on latest dev version

E:\aria2>gallery-dl -v https://bunkr.cr/f/zQxPmWtPtTKHR
[gallery-dl][debug] Version 1.29.0
[gallery-dl][debug] Python 3.11.9 - Windows-10-10.0.19044-SP0
[gallery-dl][debug] requests 2.32.3 - urllib3 2.3.0
[gallery-dl][debug] Configuration Files ['%APPDATA%\\gallery-dl\\config.json']
[gallery-dl][debug] Starting DownloadJob for 'https://bunkr.cr/f/zQxPmWtPtTKHR'
[bunkr][debug] Using BunkrMediaExtractor for 'https://bunkr.cr/f/zQxPmWtPtTKHR'
[cookies][debug] Extracting cookies from C:\Users\USER\AppData\Roaming\Waterfox\Profiles\.default-release\cookies.sqlite
[cookies][debug] Only loading cookies not belonging to any container
[cookies][info] Extracted 1627 cookies from Firefox
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): bunkr.cr:443
[urllib3.connectionpool][debug] https://bunkr.cr:443 "GET /f/zQxPmWtPtTKHR HTTP/1.1" 200 None
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): get.bunkrr.su:443
[urllib3.connectionpool][debug] https://get.bunkrr.su:443 "POST /api/vs HTTP/1.1" 404 19
[bunkr][error] HttpError: '404 Not Found' for 'https://get.bunkrr.su/api/vs'
@mikf
Copy link
Owner

mikf commented Mar 2, 2025

Wonderful, now they even obfuscate the API endpoint URL.
It appears to be https://get.bunkrr.su/api/_001 at the moment.

diff --git a/gallery_dl/extractor/bunkr.py b/gallery_dl/extractor/bunkr.py
index 201b8f4f..76506890 100644
--- a/gallery_dl/extractor/bunkr.py
+++ b/gallery_dl/extractor/bunkr.py
@@ -171,3 +171,3 @@ class BunkrAlbumExtractor(LolisafeAlbumExtractor):
 
-        url = self.root_dl + "/api/vs"
+        url = self.root_dl + "/api/_001"
         headers = {"Referer": referer}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants