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.
Downloading existing videos that youtube-dl might not see (not an issue) #9939
Comments
|
|
telling it to download mp4 still ends up creating a mkv file and it downloads it even though a file with the same name (but .mp4 extension) exists... I'll have to figure out the script.. Thanks for the quick reply! |
|
Post |
|
problem was the title, it was looking for the youtube id and the other file didnt have that. thanks for taking the time to look at it ! have a great day. |
|
You can specify output template |
|
can you verify how i can set it up to download in a local directory and then move it afterwards? im guessing it wouldnt be able to look in the destination directory if it is downlodaing it to the local one.. hmm |
|
What are you trying to achieve in the first place? Clearly explain the use case. |
|
My server holds all my video files. Is there anyway I can, within youtube-dl, move a file to a remote location after it has been merged? Id would have to check the remote location before downloading. |
|
I've already pointed out using |
|
Thanks! Really appreciate the time. On 28 June 2016 at 15:25, Sergey M. notifications@github.com wrote:
|
What is the purpose of your issue?
Is it possible to get youtube-dl to check the destination directory if a youtube video of the same title exists? I have a lot of .mp4 files since I didnt know about youtube-dl, most bestvideo+bestaudio downloads mkv files so it just downloads it since there is no existing mkv file. can I get it to check if mp4 exists?
Also, is it possible to get it to download and merge on a local directory and then move it to a destination directory, say like a server ?
Thanks.