Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Use folder containing thumbnails as a batch-file (download list) #12252

Closed
ogekve opened this issue Feb 24, 2017 · 1 comment
Closed

Comments

@ogekve
Copy link

@ogekve ogekve commented Feb 24, 2017

  • I've verified and I assure that I'm running youtube-dl 2017.02.24.1
  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Feature request (request for a new functionality)

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.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 24, 2017

  1. Filename is governed by output template and may not contain the video id.
  2. Even though filename contains video id, it's not possible in general to restore the original video URL by id.
  3. Nothing prevents you from doing the same with list of URLs.
@dstftw dstftw closed this Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.