summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-02-27 22:22:43 +0700
committerSergey M․ <dstftw@gmail.com>2017-02-27 22:22:43 +0700
commit0e879f432afe5b9a04a06cbc697cf28d08ac5518 (patch)
treec91e0aa8c04cc7b9cd895041ef0371de4be53d45
parent892b47ab6c9147e785c562229e6dab305fffba61 (diff)
downloadyoutube-dl-0e879f432afe5b9a04a06cbc697cf28d08ac5518.tar.gz
youtube-dl-0e879f432afe5b9a04a06cbc697cf28d08ac5518.tar.xz
youtube-dl-0e879f432afe5b9a04a06cbc697cf28d08ac5518.zip
[youtube:channel] Remove duplicate test
-rw-r--r--youtube_dl/extractor/youtube.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py
index b3c3cd5b2..7053e5512 100644
--- a/youtube_dl/extractor/youtube.py
+++ b/youtube_dl/extractor/youtube.py
@@ -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,
     }]