I was using Internet Download Manager to download videos from Streaming sites Unprotected Videos
but now my license has expired
any other way to download videos without IDM ?
+ Reply to Thread
Results 1 to 7 of 7
-
-
add aria2 to yt-dlp
yt-dlp --external-downloader aria2c https://mpdLast edited by lomero; 26th Apr 2022 at 01:27.
-
thank you so much it worked and downloading at full speed
i just have 1 more question
1-will yt-dlp by default download the highest quality available from the mdp link ?
im using this command
yt-dlp --external-downloader aria2c --allow-u --no-check-certificate mdplink
2-can i make yt-dlp automatically merge the video and audio files into an mkv file after the download is complete ?
thank you
and thanks for the link -
if the videos are unprotected (no drm) then you dont need the '--allow-u' part.
the added benefit to not using that is that yt-dlp will join the file automatically for you.
for mkv you could try adding this to the yt-dlp command, which "should" merge the video and audio into a mkv instead of a mp4.
Code:--merge-output-format mkv
Similar Threads
-
How to download full videos for BiliBili video sites?
By gobear in forum Video Streaming DownloadingReplies: 7Last Post: 31st Jul 2020, 16:29 -
Downloading videos from streaming sites (recent change in coding issue)
By Anonymous45 in forum Video Streaming DownloadingReplies: 3Last Post: 5th Aug 2019, 12:29 -
Help download these streaming videos
By carlos3000 in forum Video Streaming DownloadingReplies: 4Last Post: 31st Jul 2019, 12:16 -
How to download from streaming sites like this?
By jooj in forum Video Streaming DownloadingReplies: 2Last Post: 8th Mar 2019, 04:19 -
Any way on earth to download from streaming sites with m4s ahs encryption
By navarannan in forum Video Streaming DownloadingReplies: 0Last Post: 17th Jan 2018, 23:25