PEP8: more applied
This commit is contained in:
parent
5f6a1245ff
commit
8bcc875676
34 changed files with 123 additions and 132 deletions
|
@ -38,10 +38,10 @@ class ThisAVIE(InfoExtractor):
|
|||
ext = determine_ext(video_url)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'url': video_url,
|
||||
'uploader': uploader,
|
||||
'id': video_id,
|
||||
'url': video_url,
|
||||
'uploader': uploader,
|
||||
'uploader_id': uploader_id,
|
||||
'title': title,
|
||||
'ext': ext,
|
||||
'title': title,
|
||||
'ext': ext,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue