mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
[dumpert] Add cpc cookie (Closes #5672)
This commit is contained in:
parent
e41f450f28
commit
1f92865494
|
@ -26,7 +26,7 @@ class DumpertIE(InfoExtractor):
|
||||||
video_id = self._match_id(url)
|
video_id = self._match_id(url)
|
||||||
|
|
||||||
req = compat_urllib_request.Request(url)
|
req = compat_urllib_request.Request(url)
|
||||||
req.add_header('Cookie', 'nsfw=1')
|
req.add_header('Cookie', 'nsfw=1; cpc=10')
|
||||||
webpage = self._download_webpage(req, video_id)
|
webpage = self._download_webpage(req, video_id)
|
||||||
|
|
||||||
files_base64 = self._search_regex(
|
files_base64 = self._search_regex(
|
||||||
|
|
Loading…
Reference in a new issue