mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 15:40:15 +00:00
[youtube:channel] Remove duplicate test
This commit is contained in:
parent
892b47ab6c
commit
0e879f432a
@ -2132,10 +2132,6 @@ class YoutubeChannelIE(YoutubePlaylistBaseInfoExtractor):
|
|||||||
'id': 'UUs0ifCMCm1icqRbqhUINa0w',
|
'id': 'UUs0ifCMCm1icqRbqhUINa0w',
|
||||||
'title': 'Uploads from Deus Ex',
|
'title': 'Uploads from Deus Ex',
|
||||||
},
|
},
|
||||||
}, {
|
|
||||||
# geo restricted to JP
|
|
||||||
'url': 'https://www.youtube.com/user/kananishinoSMEJ',
|
|
||||||
'only_matching': True,
|
|
||||||
}]
|
}]
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
@ -2236,7 +2232,7 @@ class YoutubeUserIE(YoutubeChannelIE):
|
|||||||
'url': 'https://www.youtube.com/gametrailers',
|
'url': 'https://www.youtube.com/gametrailers',
|
||||||
'only_matching': True,
|
'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',
|
'url': 'https://www.youtube.com/user/kananishinoSMEJ/videos',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user