Is it possible to create a .bat file to download multiple files by youtube-dl in a row?
Currently I have to capture the link and download one by one. One at a time.
I want to capture the links and leave inside a single bat file, so when I run it, it will download in sequence.
If it is possible, which comand?
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 2 of 2
-
-
There are two ways you can do this: create a batch file that calls youtube-dl for each file:
Code:youtube-dl https://www.youtube.com/...file1 youtube-dl https://www.youtube.com/...file2 youtube-dl https://www.youtube.com/...file3
Code:youtube-dl --batch-file batchlist.txt
Similar Threads
-
youtube Download
By cornemuse in forum AudioReplies: 4Last Post: 3rd Sep 2019, 21:51 -
How to download from Youtube TV?
By sergeygrady in forum Video Streaming DownloadingReplies: 0Last Post: 22nd May 2018, 05:45 -
How to download video using Youtube-dl
By rogue2020 in forum Video Streaming DownloadingReplies: 1Last Post: 5th May 2016, 16:28 -
Inability to download Youtube video by Youtube Downloader HD
By jgp123 in forum Video Streaming DownloadingReplies: 9Last Post: 17th Nov 2015, 05:03 -
youtube download quality
By oduodui in forum Video Streaming DownloadingReplies: 16Last Post: 24th Jan 2015, 08:43