PEP8: more applied
[youtube-dl] / youtube_dl / extractor / theplatform.py
index b83d15b90fca3359633f42ae987175d51e1e0e60..40b22677bd5ac0ed9d8256199cb23f410afb1f94 100644 (file)
@@ -118,5 +118,5 @@ class ThePlatformIE(InfoExtractor):
             'formats': formats,
             'description': info['description'],
             'thumbnail': info['defaultThumbnailUrl'],
-            'duration': info['duration']//1000,
+            'duration': info['duration'] //1000,
         }