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

Downloading c.bunkr-cache links gives 404 Not Found errors. They require passing referer header. #6319

Closed
barkoder opened this issue Oct 13, 2024 · 0 comments
Labels

Comments

@barkoder
Copy link

Downloading c.bunkr-cache links 404.

[gallery-dl][debug] Version 1.27.6 - Executable (stable/windows)
[gallery-dl][debug] Python 3.8.10 - Windows-7-6.1.7601-SP1
[gallery-dl][debug] requests 2.32.3 - urllib3 2.1.0
[gallery-dl][debug] Configuration Files []
[gallery-dl][debug] Starting DownloadJob for 'https://bunkrrr.org/v/$xyz'
[bunkr][debug] Using BunkrMediaExtractor for 'https://bunkrrr.org/v/$xyz'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): bunkrrr.org:443
[urllib3.connectionpool][debug] https://bunkrrr.org:443 "GET /v/$xyz HTTP/1.1" 307 68
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): bunkr.ps:443
[urllib3.connectionpool][debug] https://bunkr.ps:443 "GET /v/$xyz HTTP/1.1" 200 None
[bunkr][debug] Active postprocessor modules: [MetadataPP]
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): c.bunkr-cache.se:443
[urllib3.connectionpool][debug] https://c.bunkr-cache.se:443 "GET /$abc/filename.ext HTTP/1.1" 404 None
[downloader.http][warning] '404 Not Found' for 'https://c.bunkr-cache.se/$abc/filename.ext'

Passing referer works.

curl -e https://get.bunkrr.su/file/XXXXXXXX https://c.bunkr-cache.se/$abc/filename.ext -O works.

Thank you @mikf et al for gallery-dl . It's excellent!

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

No branches or pull requests

2 participants