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.
[youku] Segments instead of m3u8 #24963
Comments
|
Yeah I need this feature as well. |
Checklist
Description
Currently, the youku extractor only consideres the m3u8 to download the videos, but all videos have segmented mp4 files already included in the json in
stream.segs.cdn_url. The m3u8's may have missing keyframes (this was for me the case), so it would be nice to include this method as well, but I am not sure how to edit the module to download all segments.