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
katt@main ~ » gallery-dl --verbose --ignore-config https://gelbooru.com/index.php\?page\=post\&s\=view\&id\=5938076 [gallery-dl][debug] Version 1.17.1-dev [gallery-dl][debug] Python 3.9.2 - Linux-5.11.4-zen1-1-zen-x86_64-with-glibc2.33 [gallery-dl][debug] requests 2.25.1 - urllib3 1.26.3 [gallery-dl][debug] Starting DownloadJob for 'https://gelbooru.com/index.php?page=post&s=view&id=5938076' [gelbooru][debug] Using GelbooruPostExtractor for 'https://gelbooru.com/index.php?page=post&s=view&id=5938076' [urllib3.connectionpool][debug] Starting new HTTPS connection (1): gelbooru.com:443 [urllib3.connectionpool][debug] https://gelbooru.com:443 "GET /index.php?page=dapi&s=post&q=index&id=5938076&pid=0&limit=100 HTTP/1.1" 200 None [urllib3.connectionpool][debug] Starting new HTTPS connection (1): img2.gelbooru.com:443 [urllib3.connectionpool][debug] https://img2.gelbooru.com:443 "GET /images/22/61/226111273615049235b001b381707bd0.webm HTTP/1.1" 404 None [downloader.http][warning] '404 Not Found' for 'https://img2.gelbooru.com/images/22/61/226111273615049235b001b381707bd0.webm' [download][error] Failed to download gelbooru_5938076_226111273615049235b001b381707bd0.webm
It's looking at img2, while it seems all webms I've seen so far are on img3, might be worth trying img[0-9]?
img[0-9]
The text was updated successfully, but these errors were encountered:
780bac4
No branches or pull requests
It's looking at img2, while it seems all webms I've seen so far are on img3, might be worth trying
img[0-9]
?The text was updated successfully, but these errors were encountered: