mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-06-30 11:02:54 -05:00
PEP8: more applied
This commit is contained in:
@ -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,
|
||||
}
|
||||
|
Reference in New Issue
Block a user