VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Member WazaKrash's Avatar
    Join Date
    Jan 2015
    Location
    in Europe
    Search Comp PM
    Hello everyone,

    I tried to download this https://www.tf1info.fr/justice-faits-divers/video-tf1-c-est-degradant-sur-vinted-et-le...l-2286233.html

    with downloadhelper but nothing happen after that I click on it. Could you give me the code to download this video with ffmpeg, please? ffmpeg always worked great on my laptop so I'm sticking with it since then.

    Thank you for reading
    Quote Quote  
  2. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Code:
    ffmpeg -i "https://vod-das.cdn-0.diff.tf1.fr/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9eyJjaXAiOiIxMi4zMzQuNTUuMyIsImNtY2QiOiIiLCJleHAiOjE3MDg3MTI0OTcsImdpZCI6IjRlMmVmNDUzLWI2ZDAtNDdlMi1iZjI4LWE5OWRhMjA1MTY1OSIsImlhdCI6MTcwODY5ODA5NywiaXNzIjoiZGVsaXZlcnkiLCJtYXhiIjoyMDAwMDAwLCJzdGVtIjoiLzIvVVNQLTB4MC81My82Ny8xNDA3NTM2Ny9zc20vNTRiZjcxMDBiNzNmNDRmZWIzY2Q5Y2Q5ZWY4MTA0OTZmY2NlNmMyZTI5MzllYTdhYjcwMmVlMmVjNmYzNWIyMC5pc20vMTQwNzUzNjcubXBkIiwic3ViIjoiNGUyZWY0NTMtYjZkMC00N2UyLWJmMjgtYTk5ZGEyMDUxNjU5In0ibytEYjZfPxJYcsS0eXNq0pQ/2/USP-0x0/53/67/14075367/ssm/54bf7100b73f44feb3cd9cd9ef810496fcce6c2e2939ea7ab702ee2ec6f35b20.ism/14075367.mpd" -c copy "14075367.ts"
    Last edited by 2nHxWW6GkN1l916N3ayz8HQoi; 23rd Feb 2024 at 08:25.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  3. Member WazaKrash's Avatar
    Join Date
    Jan 2015
    Location
    in Europe
    Search Comp PM
    Thank you so much @cedric8528

    @2nHxWW6GkN1l916N3ayz8HQoi2nHxWW6GkN1l916N3ayz8HQo i Idk why but it didn't worked (I got some error red message), I didn't have enough time to see why but thanks a lot for helping me. Problem was probably from my side
    Quote Quote  
  4. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by WazaKrash View Post
    Idk why but it didn't worked (I got some error red message), I didn't have enough time to see why but thanks a lot for helping me. Problem was probably from my side
    Serves me right for not reading what I write. That URL is tied to my session. Nonetheless this can be fixed by simply grabbing the current mpd link and in theory it should work for any other link from that site - https://www.tf1info.fr

    Curl bash only:
    Code:
    curl -s "https://www.tf1info.fr/justice-faits-divers/video-tf1-c-est-degradant-sur-vinted-et-leboncoin-de-plus-en-plus-d-utilisatrices-victimes-de-harcelement-sexuel-2286233.html" \
    | grep -oE '"video_id":"[^"]+"' \
    | sed 's/"video_id":"\([^"]\+\)"/\1/' \
    | xargs -I {} curl -s "https://mediainfo.tf1.fr/mediainfocombo/{}" \
    | grep -oE '"delivery":{[^}]*}' \
    | grep -oE '"url":"[^"]+"' \
    | sed 's/"url":"\([^"]\+\)"/\1/' \
    | xargs -I {} ./ffmpeg.exe -i "{}" -c copy "output.ts"
    Make sure you have ffmpeg.exe in the same directory you run that command.

    Image
    [Attachment 77211 - Click to enlarge]
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  



Similar Threads

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