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.
ERROR: Error in output template: unsupported format character 'C' (0x43) at index 86 (encoding: 'UTF-8') #8450
Comments
|
Hello tyrone-mt, can you provide command line with arguments which produced the error? |
|
exec("/usr/local/bin/youtube-dl --proxy 'xxx.xxx.xxx.xxx:xxxx' --verbose $website_url/$video_url -o PATH/videos/$video_url.mp4;"); |
|
Good, can you also tell the $website_url, $video_url, PATH values at the moment of call? Can be an issue with templating characters in "PATH/videos/$video_url.mp4" string. |
|
It seems it's due some weird characters. Can this be solved somehow please? If you copy/paste that link to your browser you would see some weird characters part of the url. Thanks in advance. |
|
Post the full output of youtube-dl when run with |
|
Downloaded http://www.xyz.com/videos/x3qojx3_0-3-kostas-mitroglou-b%CE%B5lenenses-v-b%CE%B5nfica-05-02-2016-hd_sport.mp4[debug] System config: [] |
|
Percent character |
Hi,
I am running the latest version of youtube-dl (youtube-dl is up-to-date (2016.02.05.1)). Getting the following:
ERROR: Error in output template: unsupported format character 'C' (0x43) at index 86 (encoding: 'UTF-8')
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 582, in prepare_filename
filename = tmpl % template_dict
ValueError: unsupported format character 'C' (0x43) at index 86
Kindly, could you please help.