1
0
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:
Sergey M 2019-10-04 19:21:24 +07:00 committed by GitHub
parent d922d56659
commit 918ee67f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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