mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01:00
change bitchute channel test to new channel url (old url is 404)
This commit is contained in:
parent
6dd76fed80
commit
80f7dfce93
@ -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',
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user