1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 11:09:32 +00:00

[pornhub] PEP 8

[ci skip]
This commit is contained in:
Sergey M․ 2018-03-10 23:14:16 +07:00
parent b4a190fe2a
commit 7399ca1f80
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

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