PEP8 applied
[youtube-dl] / youtube_dl / extractor / thisav.py
index bfb9d2fc9f3cef23466806519c6ac0d226efa945..350a5cdb55826d7aeb643be7d3e88a5ac1270a44 100644 (file)
@@ -1,4 +1,4 @@
-#coding: utf-8
+# coding: utf-8
 from __future__ import unicode_literals
 
 import re
@@ -36,7 +36,7 @@ class ThisAVIE(InfoExtractor):
             r': <a href="http://www.thisav.com/user/[0-9]+/([^"]+)">(?:[^<]+)</a>',
             webpage, 'uploader id', fatal=False)
         ext = determine_ext(video_url)
-        
+
         return {
             'id':          video_id,
             'url':         video_url,