removed unnecessary debug print

This commit is contained in:
pasha 2023-09-20 10:40:59 -07:00
parent f8f80e428b
commit 0b6daccd26
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ class MojevideoIE(InfoExtractor):
info = {}
video_url = "https://cache01.mojevideo.sk/securevideos69/" + video_id + ".mp4?md5=" + video_hash + "&expires=" + video_expiration
if video_url:
print(video_id)
info = {
'id': video_id,
'url': video_url,