We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
Wonderful, now they even obfuscate the API endpoint URL. It appears to be https://get.bunkrr.su/api/_001 at the moment.
https://get.bunkrr.su/api/_001
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}
Sorry, something went wrong.
[bunkr] update endpoint (#7097)
4c601f9
No branches or pull requests
Running on latest dev version
The text was updated successfully, but these errors were encountered: