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.
--postprocessor-args crash after characters like á etc... #9871
Comments
|
Post the output of |
|
Here it goes
|
|
can't reproduce?
it makes the same effect. |
|
|
I think that it's because you have tried from windows. |
|
Thanks for the report and sorry for the delay. Should be fixed in the next version. |
if you pass characters like áöé etc.. youtube-dl crashes.
I have tried changing the line of the file /youtube_dl/init.py
from
to
After this change, youtube-dl don't crash but the arguments are not passed to the postprocessor.
I need to add custom metadata, so i can't do with --add-metadata
I have found this ( #9292 ) issue but didn't work for me.
I am running the last version.
Reproducible on python 2 under Linux.