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.
add destination folder to batch files #369
Comments
|
i'm lookin to do the same thing aswell but also am trying to make it so it makes the folders i tried setting mine to have |
|
@NeonLightning Please open a separate issue, and don't forget to include the whole and exact command line you're using. Also, why is there a dollar sign before As to the issue at hand: So you're essentially suggesting a |
|
Yes, a playlist_name placeholder would be great :) Agree on the naming... youtube-dl is self-explanatory. |
|
@siamsites Since 2013.04.21 you can specify in the output template the playlist name (or id) with |
Hello,
I am using youtube-dl to keep an offline copy of a bunch of channels and playlists. In order to update these, I need to run one job per playlist/channel, because I want them to be in different folders. At the moment I am using a script that runs individual instances of youtube-dl to download/update them one by one.
I would like to use the batch file like this:
/media/videos/youtube/PlayList1/ http://www.youtube.com/view_play_list?p=PlayList1
/media/videos/youtube/PlayList2/ http://www.youtube.com/view_play_list?p=PlayList2
/media/videos/youtube/PlayList3/ http://www.youtube.com/view_play_list?p=PlayList3
/media/videos/youtube/Channel1/ ytuser:Channel1
/media/videos/youtube/Channel2/ ytuser:Channel2
/media/videos/youtube/Channel3/ ytuser:Channel3
Then run it like this: "# youtube-dl -citw -a batchfile.txt"
This would make updating channels/playlists much easier ;)
I read somewhere that youtube-dl is wget for youtube... may I make a name suggestion? Rename youtube-dl command to be "yget" or "ytget" or "rg3t"... :)