VideoHelp Forum
+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 46 of 46
Thread
  1. try using yt-dlp directly, instead of switching to TVdownloader...
    now last version of yt-dlp support francetv
    Quote Quote  
  2. dosen't work I think its me i do something wrong!
    I create a folder with yt-dlp, I rename to youtube-dl.
    I have ffmpeg, ffplay and ffprobe in this folder.
    i open the cmd and i write :
    Code:
    youtube-dl -F https://www.france.tv/france-5/silence-ca-pousse/2838399-la-plante-de-la-semaine-solanum-amygdaloides.html
    (just 2 min video for try)

    and i have always same message
    Code:
    youtube-dl -F https://www.france.tv/france-5/silence-ca-pousse/2838399-la-plante-de-la-semaine-solanum-amygdaloides.html
    [FranceTVSite] 2838399-la-plante-de-la-semaine-solanum-amygdaloides: Downloading webpage
    [FranceTV] cf2de998-2a6d-11ec-9535-000d3a23d482: Downloading video JSON
    ERROR: [FranceTV] cf2de998-2a6d-11ec-9535-000d3a23d482: Unable to download JSON metadata: HTTP Error 404: Not Found (caused by <HTTPError 404: 'Not Found'>); please report this issue on  https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type  yt-dlp -U  to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.
    Quote Quote  
  3. Originally Posted by FXMkD View Post
    dosen't work I think its me i do something wrong!
    I create a folder with yt-dlp, I rename to youtube-dl.
    I have ffmpeg, ffplay and ffprobe in this folder.
    i open the cmd and i write :
    Code:
    youtube-dl -F https://www.france.tv/france-5/silence-ca-pousse/2838399-la-plante-de-la-semaine-solanum-amygdaloides.html
    (just 2 min video for try)

    and i have always same message
    Code:
    youtube-dl -F https://www.france.tv/france-5/silence-ca-pousse/2838399-la-plante-de-la-semaine-solanum-amygdaloides.html
    [FranceTVSite] 2838399-la-plante-de-la-semaine-solanum-amygdaloides: Downloading webpage
    [FranceTV] cf2de998-2a6d-11ec-9535-000d3a23d482: Downloading video JSON
    ERROR: [FranceTV] cf2de998-2a6d-11ec-9535-000d3a23d482: Unable to download JSON metadata: HTTP Error 404: Not Found (caused by <HTTPError 404: 'Not Found'>); please report this issue on  https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type  yt-dlp -U  to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.
    I have no idea why you rename, you also don't need ffprobe or ffplay.
    You also also don't need to use the actual link address, rather the manifest.mpd which can be found using developer tools -> Network
    Code:
    ytdlp.exe --no-check-certificate "https://cloudingest.ftven.fr/a68228b6f3616/cf2de998-2a6d-11ec-9535-000d3a23d482_monde_TA.ism/ZXhwPTE2MzM5ODI0MjN+YWNsPSUyZmE2ODIyOGI2ZjM2MTYlMmZjZjJkZTk5OC0yYTZkLTExZWMtOTUzNS0wMDBkM2EyM2Q0ODJfbW9uZGVfVEEuaXNtKn5obWFjPWYzMGEwYzRiYzViZjgzN2FkZmU2MWUxOTQ5NDE0ZWQ0YzU5NGFhM2UyMWNmNWQ5MmY0MDU3ZjBiOTdmMzYwMzY=/manifest.mpd" -o frn.mp4
    Quote Quote  
  4. yes, suggestion by jack_666 to rename yt-dlp is only to use with tvdownloader, but if you use only yt-dlp not need to rename.
    and yes, suggestion by [ss]vegeta no need to ffprobe and/or ffplay, need ffmpeg only on same folder of yt-dlp.
    Quote Quote  
  5. with de manifest.mpd work for the video but when downloading the audio i have this
    Image
    [Attachment 61247 - Click to enlarge]
    Quote Quote  
  6. Originally Posted by FXMkD View Post
    with de manifest.mpd work for the video but when downloading the audio i have this
    Image
    [Attachment 61247 - Click to enlarge]
    I don't know what's that, it downloaded and merged just fine when I tried.
    Try again with a fresh mpd and make sure you use --no-check-certificate.
    Quote Quote  
  7. its seems ok, but as it download fragment by fragment my download its very slow between [200kib/s to 1 2 mib/s] do you have a solution for this or not ?
    btw i search on the web but i didn't find, if i want to download with the video all subtitle available in .str format what i need to add in the code ?
    Quote Quote  
  8. Originally Posted by FXMkD View Post
    its seems ok, but as it download fragment by fragment my download its very slow between [200kib/s to 1 2 mib/s] do you have a solution for this or not ?
    btw i search on the web but i didn't find, if i want to download with the video all subtitle available in .str format what i need to add in the code ?
    For faster download, download aria2c and use --external-downloader aria2c as a parameter with ytdlp
    https://github.com/aria2/aria2/releases/tag/release-1.36.0

    For subtitles give me a link with subtitle so I can check, but you can try --all-subs with ytdlp
    Quote Quote  
  9. After multiple try, I know how download file and subtitle, but ~10 minute for [400;600]mb file its too long.
    I search how use aria2c but i don't find ? I want download with idm or jdownloader but i really don't know how do ?
    PS : is possibile to convert the file in mkv directly or i need to do with ffmpeg after ?
    Thanks for your reply
    Quote Quote  
  10. with link suggestion by [ss]vegeta at post#38 download aria2c then put on same folder with yt-dlp
    then run yt-dlp with command yt-dlp --allow-u --external-downloader aria2c ....mpd.url
    IDM don't need to set nothing. simple play video, if IDM intercepts flush video you can download it, otherwise you can't do anything else
    Quote Quote  
  11. thanks all, work great
    Quote Quote  
  12. Member
    Join Date
    Oct 2021
    Location
    Vietnam
    Search Comp PM
    Originally Posted by [ss]vegeta View Post
    Originally Posted by FXMkD View Post
    its seems ok, but as it download fragment by fragment my download its very slow between [200kib/s to 1 2 mib/s] do you have a solution for this or not ?
    btw i search on the web but i didn't find, if i want to download with the video all subtitle available in .str format what i need to add in the code ?
    For faster download, download aria2c and use --external-downloader aria2c as a parameter with ytdlp
    https://github.com/aria2/aria2/releases/tag/release-1.36.0

    For subtitles give me a link with subtitle so I can check, but you can try --all-subs with ytdlp
    please help me download video from this site https://www.iwanttfc.com/
    (Watch the first 10 episodes for FREE). i have successfully downloaded from .mpd file but downloaded video is DRM encrypted i cant find key ID. Help me

    Film: Marry me marry you (ep 10)
    Link .mpd
    HTML Code:
    https://absvod.akamaized.net/c/2/m/281d03a8-2b50-11ec-bbe7-bf5ea4d72538.ism/manifest.1920x1080.mpd
    i used Widevine Decryptor but didn't find the key

    Quote Quote  
  13. sometimes guesser not work properly on chrome. try with firefox.

    ep10
    Code:
    281d03a82b5011ecbbe7bf5ea4d72538:63cc0f7f17d1ba83b321b63b1ebd3d38
    Last edited by lomero; 22nd Oct 2021 at 02:06.
    Quote Quote  
  14. The guesser has been revoked with Wednesdays Chrome update. Still works on FF for now.

    The "old workaround" works.
    Last edited by codehound; 22nd Oct 2021 at 02:39.
    Quote Quote  
  15. Originally Posted by codehound View Post
    The guesser has been revoked with Wednesdays Chrome update. Still works on FF for now.

    The "old workaround" works.
    Oh God damn it, it's boring to change the dlls all the time.
    It's also tiresome to find a way to stop Chrome from updating the relevant files.
    Quote Quote  
  16. use old version or other chromium based (much better than the original chrome...) or FF.
    Quote Quote  



Similar Threads

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