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.
Batch download in multiple folders, specify file names & log errors in log files #24802
Comments
|
Split to multiple batch files and call with whatever command line needed, redirect stderr to file. |
Question
I have a bunch of youtube urls, that are actually multiple playlist.
Is it possible to write a batch file (single txt)
(uploader))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.