Update yt_dlp/extractor/chaturbate.py

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
manav_chaudhary 2024-07-29 20:29:26 +05:30 committed by GitHub
parent ccab4e657c
commit 40c84e09b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = []