mirror of
https://github.com/l1ving/youtube-dl
synced 2026-05-29 04:29:50 +08:00
change bitchute channel test to new channel url (old url is 404)
This commit is contained in:
@@ -101,10 +101,10 @@ class BitChuteIE(InfoExtractor):
|
||||
class BitChuteChannelIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?bitchute\.com/channel/(?P<id>[^/?#&]+)'
|
||||
_TEST = {
|
||||
'url': 'https://www.bitchute.com/channel/victoriaxrave/',
|
||||
'playlist_mincount': 185,
|
||||
'url': 'https://www.bitchute.com/channel/stargods/',
|
||||
'playlist_mincount': 50,
|
||||
'info_dict': {
|
||||
'id': 'victoriaxrave',
|
||||
'id': 'stargods',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user