diff --git a/youtube_dl/extractor/bitchute.py b/youtube_dl/extractor/bitchute.py index 57f620fc0..8acb45831 100644 --- a/youtube_dl/extractor/bitchute.py +++ b/youtube_dl/extractor/bitchute.py @@ -101,10 +101,10 @@ class BitChuteIE(InfoExtractor): class BitChuteChannelIE(InfoExtractor): _VALID_URL = r'https?://(?:www\.)?bitchute\.com/channel/(?P[^/?#&]+)' _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', }, }