From: Sergey M․ Date: Sat, 2 Jun 2018 21:30:33 +0000 (+0700) Subject: [chaturbate] Use geo verification headers X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=0a10f50e2f1fb8ed80a3707970ba44593cfff8eb;p=youtube-dl [chaturbate] Use geo verification headers --- diff --git a/youtube_dl/extractor/chaturbate.py b/youtube_dl/extractor/chaturbate.py index e3eba4be9..e2b828d8a 100644 --- a/youtube_dl/extractor/chaturbate.py +++ b/youtube_dl/extractor/chaturbate.py @@ -31,7 +31,8 @@ class ChaturbateIE(InfoExtractor): def _real_extract(self, url): video_id = self._match_id(url) - webpage = self._download_webpage(url, video_id) + webpage = self._download_webpage( + url, video_id, headers=self.geo_verification_headers()) m3u8_urls = []