From 918ee67f7194f12c18d86600907fab3ad93fd1ac Mon Sep 17 00:00:00 2001 From: Sergey M Date: Fri, 4 Oct 2019 19:21:24 +0700 Subject: [PATCH] Update chaturbate.py --- youtube_dl/extractor/chaturbate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/chaturbate.py b/youtube_dl/extractor/chaturbate.py index aee16c824..656e715ae 100644 --- a/youtube_dl/extractor/chaturbate.py +++ b/youtube_dl/extractor/chaturbate.py @@ -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 = []