mirror of https://gitlab.com/bashrc2/epicyon
Remove warning
parent
6c24db1c28
commit
f1ce404ec1
2
utils.py
2
utils.py
|
@ -4705,6 +4705,4 @@ def get_media_url_from_video(post_json_object: {}) -> (str, str, str, str):
|
|||
if not media_url:
|
||||
media_type = media_link['mediaType']
|
||||
media_url = remove_html(media_link['href'])
|
||||
else:
|
||||
print('WARN: video url does not exist ' + str(post_json_object))
|
||||
return media_type, media_url, media_torrent, media_magnet
|
||||
|
|
Loading…
Reference in New Issue