Browse Source

[chaturbate] Use geo verification headers

master-ytdl-org
Sergey M․ 7 years ago
parent
commit
0a10f50e2f
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/chaturbate.py

+ 2
- 1
youtube_dl/extractor/chaturbate.py View File

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


Loading…
Cancel
Save