summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-03-10 23:14:16 +0700
committerSergey M․ <dstftw@gmail.com>2018-03-10 23:14:37 +0700
commit7399ca1f80e59142c2c000670e18e67f05cfb124 (patch)
treeb8a868c833d6b9fa52ae0cab21e043abf6d02eb2
parentb4a190fe2adbfb770f4a1848c9746a6004cb276f (diff)
downloadyoutube-dl-7399ca1f80e59142c2c000670e18e67f05cfb124.tar.gz
youtube-dl-7399ca1f80e59142c2c000670e18e67f05cfb124.tar.xz
youtube-dl-7399ca1f80e59142c2c000670e18e67f05cfb124.zip
[pornhub] PEP 8
[ci skip]
-rw-r--r--youtube_dl/extractor/pornhub.py2
1 files changed, 1 insertions, 1 deletions
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):