1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-22 08:34:32 +01:00

[videofy.me] Fixed a flake8 error

This commit is contained in:
Petar Kukolj 2018-10-06 19:08:14 +02:00
parent 5321635679
commit 332aac3975

View File

@ -53,6 +53,4 @@ class VideofyMeIE(InfoExtractor):
video_info['uploader_id'] = uploader_id
video_info['uploader'] = uploader_name
print(video_info)
return video_info