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.
youtube-dl download all .ts files from m3u8 but doesn't merge them into a single file #23314
Comments
|
|
I use the latest version of
youtube-dl.ffmpegis installed and accessible in path.I have a local
.m3u8file. And I am trying to download the video from it with this command:youtube-dl --no-part -a video.m3u8It downloads all .ts files from the m3u8 but doesn't merge them into a single file when it is done.
Am I missing something?