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.
Playlist File | HTML Index File #1900
Comments
|
Can we get some movement on this? I would like youtube-dl to spit out a m3u or one-video-per-line-file first, and then start downloading. I could then load this into mpv after the first file is finished and mpv would just keep going concurrently with youtube-dl. |
Provide a way to save playlist files. Since there are many formats leave it to the user on what the playlist format he / she wants.
Play lists are generally text files. So this can be specified as templates in #1896. Much similar to how the file name is generated by -o but using a few simple extensions to this functionality.
Or the template string(s) can be provided at the command line based on the playlists that need to be written similar to -o option. (An options list will be needed in case you want multiple playlist or write out other files like perhaps a Org Mode DB of downloads. Completion moving command list, etc. )
Templates for HTML index generation and some common playlists can ship by default.