VideoHelp Forum
+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. Member
    Join Date
    Aug 2014
    Location
    Switzerland
    Search PM
    Hi there,
    I'm trying to capture/download videos with mozilla add-ons but no ones is successful since I have no sound. Some add-ons give me separately one sound file and another video file, and others give me only one video file without any sound track. I can download from youtube easily with ''Easy Youtube Downloader Express'' (what a complex name...), but with that add-on it's imposible to download videos on the following website (in the past I did it well but now it seems like impossible).
    https://www.arte.tv/fr/videos/098775-000-A/le-bateau-l-histoire-d-une-superproduction-sous-marine/
    Thanks for your help
    Quote Quote  
  2. Member
    Join Date
    Dec 2020
    Location
    Germany
    Search PM
    Try youtube-dl out.
    It should work with the command:
    Code:
    youtube-dl.exe -F https://www.arte.tv/fr/videos/098775-000-A/le-bateau-l-histoire-d-une-superproduction-sous-marine/
    Quote Quote  
  3. ^^ Correct. BUT.........

    Note: You may need ffmpeg.exe for Windows in the same directory as youtube-dl and we need to combine the separate audio + video files available.

    A format request syntax provides the following (note case sensitive F):

    Code:
    youtube-dl -F "https://www.arte.tv/fr/videos/098775-000-A/le-bateau-l-histoire-d-une-superproduction-sous-marine/"
    Image
    [Attachment 56841 - Click to enlarge]


    So to download the best FR version; simply use the syntax (note case sensitive f):

    Code:
    youtube-dl -f HTTPS_SQ_1+HLS_XQ_1-2255 "https://www.arte.tv/fr/videos/098775-000-A/le-bateau-l-histoire-d-une-superproduction-sous-marine/"
    OR to download the best DE version (note case sensitive f)::

    Code:
    youtube-dl -f HTTPS_SQ_2+HLS_XQ_2-2255 "https://www.arte.tv/fr/videos/098775-000-A/le-bateau-l-histoire-d-une-superproduction-sous-marine/"
    **No need for the .exe in the syntax.

    **Do not use
    Code:
    youtube-dl "url"
    .........either (ever) as this is a hit and miss method for actually acquiring you the 'best' version.

    If you cant manage here's the 'best' FR version
    https://yadi.sk/i/iM7n3a09KxRAMg
    Last edited by codehound; 19th Jan 2021 at 13:50.
    Quote Quote  
  4. Member
    Join Date
    Dec 2020
    Location
    Germany
    Search PM
    Originally Posted by codehound View Post
    **No need for the .exe in the syntax.
    Really? On my Windows it only works if I add .exe
    Quote Quote  
  5. Yes really. On both the Windows executable and the unix based versions.

    Similarly for ffmpeg.

    See a thousand or so examples https://forum.videohelp.com/forums/48-Video-Streaming-Downloading
    Last edited by codehound; 20th Jan 2021 at 06:09.
    Quote Quote  
  6. Member
    Join Date
    Aug 2014
    Location
    Switzerland
    Search PM
    Seems to be so complex. Should I creat a command line for each videos of that website?
    Quote Quote  
  7. mr. Eric-jan's Avatar
    Join Date
    Apr 2018
    Location
    Netherlands
    Search Comp PM
    Originally Posted by erzane View Post
    Seems to be so complex. Should I creat a command line for each videos of that website?
    see your PM here.
    Quote Quote  
  8. Member
    Join Date
    Feb 2008
    Location
    Poland
    Search Comp PM
    Originally Posted by erzane View Post
    Seems to be so complex. Should I creat a command line for each videos of that website?
    Download youtube-dl-gui.
    Quote Quote  



Similar Threads

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