PEP8: more applied
This commit is contained in:
parent
5f6a1245ff
commit
8bcc875676
34 changed files with 123 additions and 132 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