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 request: Use folder containing thumbnails as a batch-file (download list) #12252
Comments
|
The ability to use a file with a list of URLs to download is great, but it requires a bit of work and management. A nice feature would be to allow for users to do the following:
1 Download thumbnails into a folder. (which users can already do easily) The thumbnails should have the youtube random digits at the end of the thumbnail name, which I think is the default.
2 Users manually organize the thumbnails based on which videos they want to download, by removing thumbnails of video they don't want.
3 Telling youtube-dl to treat the directory/folder as a batch-file (similar to "-a"), so that each thumbnail in that folder is converted back to a URL and placed into youtube-dl for download.