-2

I cant seem to find a way to download videos with youtube-dl to a specific path, I have tried -o but it just does something and says that it downloaded to that path but there are no videos there.

Pugly
  • 29
  • 1
  • 4
  • Possible duplicate of [how to set up default download location in youtube-dl](https://stackoverflow.com/questions/32482230/how-to-set-up-default-download-location-in-youtube-dl) – Trenton McKinney Oct 24 '19 at 18:14

3 Answers3

0

Use -o, but don't forget to include an actual template, as documented:

youtube-dl -o '/target/directory/%(title)s-%(id)s.%(ext)s' BaW_jenozKc
0

youtube-dl --no-check-certificate --console-title --retries infinite "%url%" --verbose --restrict-filenames --output "%%UserProfile%%/Downloads/%%(title)s.%%(ext)s"

HanGaRo
  • 5
  • 3
-3

Try m.ss.youtube.com and paste the link of the video you want to download.

Jela
  • 1