Remove warning

main
Bob Mottram 2023-11-01 10:49:21 +00:00
parent 6c24db1c28
commit f1ce404ec1
1 changed files with 0 additions and 2 deletions

View File

@ -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