-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Bug] Gelbooru videos webm format error #1048
Comments
gelbooru seems to offer both webm and mp4, even if tagged as webm. In fact when viewing an image the video actually playing is the mp4, but when clicking "Original image" I get the webm version. Not quite sure which is the "proper" one to get. Either way it worked just fine and it is indeed a proper mp4 file.
I also downloaded both versions (you can just change the .mp4 to .webm) and they're basically identical in quality and are encoded correctly.
|
Try |
You can use Gelbooru seems to transition to a new system and domain for videos and has changed thedownload URLs in API responses to the new format for all videos, even though only newer video files are supported at the moment. $ gallery-dl -g "https://gelbooru.com/index.php?page=post&s=view&id=3752131"
https://mp4.gelbooru.com/images/71/a7/71a7804d2d0ec16e4df74873821e7c22.mp4
$ gallery-dl -g -o api=false 'https://gelbooru.com/index.php?page=post&s=view&id=3752131'
https://img2.gelbooru.com/images/71/a7/71a7804d2d0ec16e4df74873821e7c22.webm |
When you have post with video and format is webm, gallery-dl create mp4 file and looks like get error and skip, as file have 0 bytes in size.
To reproduce issue, try to pick any video under
webm
tag and download it.The text was updated successfully, but these errors were encountered: