[youtube] Fix some issues with the detection of playlist/channel urls (reported in...
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 6 Sep 2013 14:24:24 +0000 (16:24 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 6 Sep 2013 14:24:24 +0000 (16:24 +0200)
commite3ea47908747bff4b46b4000fb1de944b400c21a
treee583ef4a07c2ffafbca4b6c38efc27d2c9b842b3
parentfaab1d3836ca6c2a3c28ee02efe25d211282f45f
[youtube] Fix some issues with the detection of playlist/channel urls (reported in #1374)

They were being caught by YoutubeUserIE, now it only extracts a url if the rest of extractors aren't suitable.
Now the url tests check that the urls can only be extracted with an specific extractor.
test/test_all_urls.py
youtube_dl/extractor/youtube.py