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.
"-o my-output-template" does not work with Python3 #591
Comments
|
Corresponding Arch Linux bug report: https://bugs.archlinux.org/task/33097 |
|
I believe this has been fixed in git, and will be in the next release. Thanks for reporting! Unfortunately, we just enabled basic Python 3 support at all, and are still in the process of fixing quite a lot of bugs. |
When running youtube-dl with Python3, the parameter "-o" is broken:
With Python2, it's fine.
Running youtube-dl on Arch Linux (Python 3.3.0). Let me know if you need further information.
Thanks!