youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 7399ca1f80e59142c2c000670e18e67f05cfb124
parent b4a190fe2adbfb770f4a1848c9746a6004cb276f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 10 Mar 2018 23:14:16 +0700

[pornhub] PEP 8
[ci skip]

Diffstat:
Myoutube_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 @@ -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):