Browse Source

[pornhub] PEP 8

[ci skip]
master
Sergey M․ 6 years ago
parent
commit
7399ca1f80
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/pornhub.py

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

Loading…
Cancel
Save