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.
Can’t Download Videos to Existing Folder #8683
Comments
|
I've already answered to this question. |
|
Not really. All you did was criticize my use of quotes. Your only suggestion was to remove the second |
|
Because it does not work due to your wrong quotes. |
|
What do you mean it didn’t work? I used GitHub’s “insert code” button to format the text. How can that be an issue? |
|
It does not recognize path template properly due to inconsistent quotes. |
|
You’re talking about my configuration file. I thought you were talking about my use of quotes on GitHub. |
|
When I change the double quotes in my configuration file, I get this The same thing happens when I use triple quotes. |
|
Post the command you are running and post the contents of your configuration file. |
|
Here’s the command I’m running: And here’s what I currently have in my configuration file: |
|
Correct configuration file (just copy-paste to yours):
|
|
Here’s what I got when I used that:
|
|
What's the output of |
|
|
|
It's Users not User. Correct your path in template. Or even simply replace with:
|
|
That worked! Now it’s downloading videos to the right place and with the right extension. Thank you! |
|
Just for my info, where the hell you get |
|
There is no such example (with space after |
|
Because I saw the double dash there, I thought that you had to use double dashes in the configuration file and |
|
How come a space after double dash? There is no such spaces in the example. |
|
I’m not sure how I made that mistake. |
|
Is it more clear now? |
|
Yeah, it is. Now I know to use “-o” instead of double quotes, and also that I need to make sure that “users” is plural instead of singular.
|
|
I found that I had to put the configuration file (which should end in ".conf" but I don't see this detail in the notes) in the $Home folder. All the time I was putting it into the "~/.config/" directory, having to create a folder named "youtube-dl/config". I think you should update your instructions on this, unless I am mistaken? |
Instructions updated in 899d2be. The configuration files section should be clear now. |


When I specify a path in my configuration file, youtube-dl doesn’t put downloaded videos in the path I specified. Rather, it creates its own path in my user folder, which isn’t what I want. I’m trying to have the videos downloaded to my “youtube-dl” folder, which is in my “Movies” folder. How do I make youtube-dl put downloaded videos in my “youtube-dl” folder?