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.
static output downloads garbage #8477
Comments
|
http://foo.bar is not a valid URL. As @dstftw noted, please post the output you get when you run youtube-dl with the |
youtube-dl http://foo.bar -o "%(id)s.%(ext)s"
works fine
however, for some reason, these download 30 mb's that are unreadable
youtube-dl http://foo.bar -o "video.%(ext)s"
youtube-dl http://foo.bar -o "video.mp4"
any clue ?