1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

PEP8: E225,E227

This commit is contained in:
Jouke Waleson
2014-11-23 21:23:05 +01:00
parent 8bcc875676
commit 2514d2635e
19 changed files with 43 additions and 43 deletions

View File

@ -118,5 +118,5 @@ class ThePlatformIE(InfoExtractor):
'formats': formats,
'description': info['description'],
'thumbnail': info['defaultThumbnailUrl'],
'duration': info['duration'] //1000,
'duration': info['duration'] // 1000,
}