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.
-F no longer reports (estimated)track size #8480
Comments
|
i removed it because the filesize is not part of the MPEG-DASH standard it is an extention specific to youtube, other sites didn't use it(Facebook,Vevo,BBC and Kaltura). |
|
It should be extracted in case of Youtube anyway. |
|
Can you workaround it by making it YouTube-specific(via extractor or something)? |
|
there are other extenstions and profiles. should we code specific to some sites in a generic method? |
|
For now we can just hardcode all extensions to the generic method like we do for some smil metadata. |
|
will be fixed in the next version. |
|
Fixed in youtube-dl 2016.02.09.1. |
After merge
86e284e
youtube-dl -F no longer reports (estimated)track size.
Previously, it always printed DASH track size at the end of each lines.
Expected :
After that merge :