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.
output template for download list #3745
Comments
|
There is no such feature, but I'd be hesitant to add them without more context. The |
|
If I use the manual url method instead of batch file, I would name the output file as follow |
|
Oh, so the filenames bear no relation to the titles of the videos. Why aren't you simply invoking youtube-dl multiple times? Batch files are usually used for automatic input (say, a script that downloads the newest videos of a channel every day), but the source of your videos seems to be a human. |
|
Yes,at the moment i'm using matlab to run the batch commands to call up youtube-dl. |
|
Well, then who enters the names into matlab? And why are you writing a batch file in Matlab, instead of calling youtube-dl directly? |
|
That site has file names in proper order, with an embeded dailymotion and vimeo videos.I use matlab to scrape a webpage with 2nd level links.Hence I can feed youtube-dl readable urls and file names extracted from the webpage. |
|
Well, then it looks like youtube-dl should be fed that site in the first place, shouldn't it? Can you name an example URL? |
|
I found a way around this.
|
when using --batch-file is there a way to specify a customized name(ie Output template) for each file.
Hence I can give a meaning full name for each downloaded file.