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

Batch download in multiple folders, specify file names & log errors in log files #24802

Closed
sreenadhp opened this issue Apr 15, 2020 · 1 comment
Closed
Labels

Comments

@sreenadhp
Copy link

@sreenadhp sreenadhp commented Apr 15, 2020

  • I'm asking a question
  • I've looked through the README and FAQ for similar questions
  • I've searched the bugtracker for similar questions including closed ones

Question

I have a bunch of youtube urls, that are actually multiple playlist.

Is it possible to write a batch file (single txt)

  • a set of URLs are downloaded in a specific folder
  • another set in another folder and like that in various folders
  • I want to modify the name of the file downloaded - append the uploaders name ((uploader))
  • if any of the download has an error, save that to a log file

My last resort is to write a python script & read off a json file to do it, I just want to know if something like this possible in a single txt file and a simple youtube-dl -a list.txt?

I know that batch file is not supposed to carry configuration, but that was 2017. Hoping to know if there is update to that.

Also, just curious to know what other ways to solve this problem.

I want to send this to a friend who is not tech savy but wants to download a bunch of tutorials. I am hope to keep this as simple as possible.

@sreenadhp sreenadhp added the question label Apr 15, 2020
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 15, 2020

Split to multiple batch files and call with whatever command line needed, redirect stderr to file.

@dstftw dstftw closed this Apr 15, 2020
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.