PEP8: more applied
This commit is contained in:
parent
5f6a1245ff
commit
8bcc875676
34 changed files with 124 additions and 133 deletions
|
|
@ -118,5 +118,5 @@ class ThePlatformIE(InfoExtractor):
|
|||
'formats': formats,
|
||||
'description': info['description'],
|
||||
'thumbnail': info['defaultThumbnailUrl'],
|
||||
'duration': info['duration']//1000,
|
||||
'duration': info['duration'] //1000,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue