mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-15 05:09:55 +00:00
Update yt_dlp/extractor/chaturbate.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
parent
ccab4e657c
commit
40c84e09b3
@ -37,7 +37,7 @@ class ChaturbateIE(InfoExtractor):
|
||||
video_id, tld = self._match_valid_url(url).group('id', 'tld')
|
||||
|
||||
webpage = self._download_webpage(
|
||||
f'https://chaturbate.{domain}/{video_id}/', video_id,
|
||||
f'https://chaturbate.{tld}/{video_id}/', video_id,
|
||||
headers=self.geo_verification_headers())
|
||||
|
||||
found_m3u8_urls = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user