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.
[Feature suggestion] youtube-dl to download videos from a list.txt similar to wget #18358
Comments
|
|
|
Thanks. |
I'm suggesting this feature because I have experienced times when the videos I want aren't conveniently included in a playlist.
For example, I collected urls of many videos on Youtube into a list.txt file and I want youtube-dl to download from the urls listed in list.txt.
Here's an example of a wget command to download from a list:
wget -i list.txtIf youtube-dl were to implement a feature like this, it would save people time since there are times when the videos you want aren't included in playlists, as I said.