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.
Incorrect match-title work #340
Comments
|
With current versions of youtube-dl, everything seems to work fine for me. If not, please post a comment here or open a new issue with the full output of youtube-dl when called with the |
If I'm trying to use cyryllic letters in match title I got following error:
File "/usr/bin/youtube-dl", line 4645, in
main()
File "/usr/bin/youtube-dl", line 4636, in main
_real_main()
File "/usr/bin/youtube-dl", line 4620, in _real_main
retcode = fd.download(all_urls)
File "/usr/bin/youtube-dl", line 869, in download
ie.extract(url)
File "/usr/bin/youtube-dl", line 1135, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl", line 2588, in _real_extract
self._youtube_ie.extract('http://www.youtube.com/watch?v=%s' % id)
File "/usr/bin/youtube-dl", line 1135, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl", line 1463, in _real_extract
'player_url': player_url,
File "/usr/bin/youtube-dl", line 758, in process_info
reason = self._match_entry(info_dict)
File "/usr/bin/youtube-dl", line 749, in _match_entry
return u'[download] "' + title + '" title did not match pattern "' + matchtitle + '"'
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 14: ordinal not in range(128)