mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 19:30:39 +00:00
removed unnecessary debug print
This commit is contained in:
parent
f8f80e428b
commit
0b6daccd26
@ -29,7 +29,6 @@ class MojevideoIE(InfoExtractor):
|
|||||||
info = {}
|
info = {}
|
||||||
video_url = "https://cache01.mojevideo.sk/securevideos69/" + video_id + ".mp4?md5=" + video_hash + "&expires=" + video_expiration
|
video_url = "https://cache01.mojevideo.sk/securevideos69/" + video_id + ".mp4?md5=" + video_hash + "&expires=" + video_expiration
|
||||||
if video_url:
|
if video_url:
|
||||||
print(video_id)
|
|
||||||
info = {
|
info = {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
'url': video_url,
|
'url': video_url,
|
||||||
|
Loading…
Reference in New Issue
Block a user