Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Can't download entire video from bilibili (only part 1 of 7 is retained) #17166
Comments
|
|
|
Added Is there some way to enforce this behaviour for multi-part videos, while not adding trailing stuff in single-part videos? Better yet, is there a way to enforce this internally (so that downloaded files are named something like a serial number) without it affecting the resultant (single/combined) filename? |
Before submitting an issue make sure you have:
What is the purpose of your issue?
Output log:
Note: I install
youtube-dlviapip install --upgrade youtube-dl, so please don't close my ticket based on "python version mismatch" as has happened previously.Note 2:
WARNING:root: Failed to write string to console (cmd.exe does not support UTF-8)is a result of my modification toutils.pyat line1393, which was done to enable downloading UTF-8-named files at all under Windows 7:Problem description:
Only part 1 of 7 is ever downloaded -- the other parts (2 through 7) take < 1s to complete, and show the same video size. Honestly, I don't even know how a proper Bilibili download should look like, so I can't tell if this is an error or if it's intended.
The downloaded file size is as indicated, but it only covers about 7min of the actual video (which is 44 minutes long).
This issue has been around since at least 2018.03.26.1, when I came in to report a different issue (see #16019 for details - last comment).
Is it possible that my Youtube format-selection entry (as defined in my config file and shown above) is interfering here?