[youtube:channel] Remove duplicate test
authorSergey M․ <dstftw@gmail.com>
Mon, 27 Feb 2017 15:22:43 +0000 (22:22 +0700)
committerSergey M․ <dstftw@gmail.com>
Mon, 27 Feb 2017 15:22:43 +0000 (22:22 +0700)
youtube_dl/extractor/youtube.py

index b3c3cd5b28aebac1245f59bbc694690c92b7d855..7053e5512b0c76bd3c650e9ae9b00fd87505af4c 100644 (file)
@@ -2132,10 +2132,6 @@ class YoutubeChannelIE(YoutubePlaylistBaseInfoExtractor):
             'id': 'UUs0ifCMCm1icqRbqhUINa0w',
             'title': 'Uploads from Deus Ex',
         },
-    }, {
-        # geo restricted to JP
-        'url': 'https://www.youtube.com/user/kananishinoSMEJ',
-        'only_matching': True,
     }]
 
     @classmethod
@@ -2236,7 +2232,7 @@ class YoutubeUserIE(YoutubeChannelIE):
         'url': 'https://www.youtube.com/gametrailers',
         'only_matching': True,
     }, {
-        # This channel is not available.
+        # This channel is not available, geo restricted to JP
         'url': 'https://www.youtube.com/user/kananishinoSMEJ/videos',
         'only_matching': True,
     }]