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.
--get-url prints url two times #7631
Comments
|
This is expected. First one for |
|
You can pass in |
I frequently use youtube-dl like this:
youtube-dl --get-url --get-filename 'https://www.youtube.com/watch?v=F_7S1eqKsFk'
I have a downloader script that parses the output. For some reason, the URL is printed twice before printing the filename. It never used to be that way. This makes my script sad...
But I'm happy for youtube-dl!!! Thanks and keep up the good work... :^)