[youtube] Don't call 'unquote_plus' on the video title (fixes #2799)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 25 Apr 2014 11:19:03 +0000 (13:19 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 25 Apr 2014 11:19:03 +0000 (13:19 +0200)
commitaa92f063086bcc5b4d8606dc549c1fae5be9a525
treeee35811a1f042732f78ed365ff6db737c9c240f4
parente00c9cf5995fccd0c6be21757325ce0bd9ba68f8
[youtube] Don't call 'unquote_plus' on the video title (fixes #2799)

It's already unquoted after calling 'compat_parse_qs'.
It replaced '+' with spaces, for example in https://www.youtube.com/watch?v=XC0b5YexO-I.
youtube_dl/extractor/youtube.py