ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132.53k stars 10.05k forks source link

[youku] Segments instead of m3u8 #24963

Open Romern opened 4 years ago

Romern commented 4 years ago

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.

zackmark29 commented 4 years ago

Yeah I need this feature as well.