Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect match-title work #340

Closed
asm0dey opened this issue Apr 28, 2012 · 1 comment
Closed

Incorrect match-title work #340

asm0dey opened this issue Apr 28, 2012 · 1 comment

Comments

@asm0dey
Copy link

asm0dey commented Apr 28, 2012

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)

@phihag
Copy link
Contributor

phihag commented Nov 29, 2013

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 -v option.

@phihag phihag closed this as completed Nov 29, 2013
joedborg referenced this issue in joedborg/youtube-dl Nov 17, 2020
[pull] master from ytdl-org:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants