mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-08 23:45:38 +08:00
Update chaturbate.py
This commit is contained in:
parent
d922d56659
commit
918ee67f71
@ -33,10 +33,10 @@ class ChaturbateIE(InfoExtractor):
|
||||
|
||||
def _real_extract(self, url):
|
||||
video_id = self._match_id(url)
|
||||
url = 'https://chaturbate.com/%s/' % video_id
|
||||
|
||||
webpage = self._download_webpage(
|
||||
url, video_id, headers=self.geo_verification_headers())
|
||||
'https://chaturbate.com/%s/' % video_id, video_id,
|
||||
headers=self.geo_verification_headers())
|
||||
|
||||
m3u8_urls = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user