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.
adding extra characters to the original file name #9625
Comments
|
It's intentional. Use |
|
can you explain it to me please On Sun, May 29, 2016 at 5:00 AM, Sergey M. notifications@github.com wrote:
|
|
The You're passing in the option If you only want the title and extension (there are lots of other fields too), pass in If that's the behavior you want all the time, consider creating a configuration file. |
after using youtube-dl -t {link} to download playlist from youtube
it download file very well, but it adds extra characters to the file name like this one
ex: this command
[ youtube-dl -t https://www.youtube.com/playlist?list=PLAwxTw4SYaPnMwH5-FNkErnnq_aSy706S ]
should download the first video with this title "Welcome to Developing Android Apps"
instead it downloaded with this one " Welcome to Developing Android Apps-2Wo_QfQZ0lE.mp4"
finally thank you for such a great tool it changed my life👍
i hope we can figure the solution soon