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 Change Download Location #8681
Comments
|
Post the full output of youtube-dl when run with
Do not post screenshots of verbose log only plain text is acceptable. The output (including the first lines) contains important debugging information. Issues without the full output are often not reproducible and therefore do not get solved in short order, if ever. |
|
Here’s the output:
|
|
Read my post closely. |
|
|
|
I copied that section directly from the instructions. I simply took out the id and what I thought were its delimiters. |
|
I took out the second ‘%’, but I still get a similar result; the video is put in the same folder, though it finally shows the right extension. |
|
Post the full output with latest command. |
|
|
Do you read my posts at all?
|
|
I changed the triple quotes to single quotes. Is that better? |
I made sure to follow the instructions, but youtube-dl isn’t downloading videos to the location I specified. It creates a whole new directory in my user folder and puts the downloaded videos there. This is the command I used:
-o “/user/Jfblagden/Movies/youtube-dl/%(title)s-%.%(ext)s”The other problem is that it puts “-%(ext)s” at the end of the video’s name instead of the file extension, which in this case should be “.mp4”. Is this a bug, or is my syntax wrong?