mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-12-22 22:35:21 +00:00
[videofy.me] Fixed a flake8 error
This commit is contained in:
parent
5321635679
commit
332aac3975
@ -53,6 +53,4 @@ class VideofyMeIE(InfoExtractor):
|
|||||||
video_info['uploader_id'] = uploader_id
|
video_info['uploader_id'] = uploader_id
|
||||||
video_info['uploader'] = uploader_name
|
video_info['uploader'] = uploader_name
|
||||||
|
|
||||||
print(video_info)
|
|
||||||
|
|
||||||
return video_info
|
return video_info
|
||||||
|
Loading…
Reference in New Issue
Block a user