VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. 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%
    Quote Quote  
  2. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    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*]
    Quote Quote  
  3. Search, Learn, Download! Karoolus's Avatar
    Join Date
    Oct 2022
    Location
    Belgium
    Search Comp PM
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    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%"
    was about to comment you forgot the key but I'll just shut up then
    Quote Quote  
  4. Thank you very much both for your help I forgot a few things
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!