From 7399ca1f80e59142c2c000670e18e67f05cfb124 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergey=20M=E2=80=A4?= Date: Sat, 10 Mar 2018 23:14:16 +0700 Subject: [PATCH] [pornhub] PEP 8 [ci skip] --- youtube_dl/extractor/pornhub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/pornhub.py b/youtube_dl/extractor/pornhub.py index a7099bbbf..9ce513aeb 100644 --- a/youtube_dl/extractor/pornhub.py +++ b/youtube_dl/extractor/pornhub.py @@ -114,7 +114,7 @@ class PornHubIE(InfoExtractor): def _real_extract(self, url): video_id = self._match_id(url) - + self._set_cookie('pornhub.com', 'age_verified', '1') def dl_webpage(platform): -- 2.30.2