瀏覽代碼

[chaturbate] Use geo verification headers

Sergey M․ 7 年之前
父節點
當前提交
0a10f50e2f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      youtube_dl/extractor/chaturbate.py

+ 2 - 1
youtube_dl/extractor/chaturbate.py

@@ -31,7 +31,8 @@ class ChaturbateIE(InfoExtractor):
     def _real_extract(self, url):
     def _real_extract(self, url):
         video_id = self._match_id(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 = []
         m3u8_urls = []