Im trying to get N_m3u8DL-RE to work with a batch / cmd file the only thing i cant get right is the name file variable is there a way it can work or if someone has done this before to get the name from the mpd ?
@echo off
set /p mpd=Please enter the mpd
set mpd=%mpd%
set /p Key=Please enter the key
set key=%key%
set /p %video%=Please enter the name
set video=%video%
c:\freevine\bin\N_m3u8DL-RE -M format=mkv --key %key% "%mpd%" --save-dir C:\freevine\downloads --save-name%video%
+ Reply to Thread
Results 1 to 4 of 4
-
-
Try this:
Code:@echo off set /p mpd=Please enter the mpd set mpd=%mpd% set /p key=Please enter the key set key=%key% set /p video=Please enter the name set video=%video% c:\freevine\bin\N_m3u8DL-RE -M format=mkv --key %key% "%mpd%" --save-dir C:\freevine\downloads --save-name "%video%"
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
Similar Threads
-
New concat batch script in the works!
By imkira3 in forum Video ConversionReplies: 2Last Post: 10th Oct 2023, 11:27 -
ffmpeg via batch script question
By imkira3 in forum Video ConversionReplies: 4Last Post: 8th Oct 2023, 12:35 -
Looking for Batch MP4 Normalization Script of existing script
By VideoFanatic in forum Video ConversionReplies: 6Last Post: 31st Jul 2021, 19:50 -
Need Batch script help to prevent it asking for a language
By VideoFanatic in forum Video ConversionReplies: 0Last Post: 20th Dec 2019, 19:45 -
problem with youtube-dl used in batch script
By stax76 in forum ProgrammingReplies: 0Last Post: 27th Jun 2019, 20:52