PEP8 applied
[youtube-dl] / youtube_dl / extractor / vrt.py
index 57ef8dc300355f1c49b2be0a2ee4e4fa27b4e4ca..bbd3bbf7bad98c787c0840ed0f302198ebb7932a 100644 (file)
@@ -36,7 +36,7 @@ class VRTIE(InfoExtractor):
                 'timestamp': 1413835980.560,
                 'upload_date': '20141020',
                 'duration': 3238,
-            }  
+            }
         },
         # cobra.be
         {
@@ -92,4 +92,4 @@ class VRTIE(InfoExtractor):
             'timestamp': timestamp,
             'duration': duration,
             'formats': formats,
-        }
\ No newline at end of file
+        }