VideoHelp Forum


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


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


+ Reply to Thread
Page 25 of 31
FirstFirst ... 15 23 24 25 26 27 ... LastLast
Results 721 to 750 of 908
Thread
  1. or even better you can use addons without searching for the links everytime videodownloadhelper for chrome or the stream detector on firefox for example
    Quote Quote  
  2. xx
    Last edited by maupassant; 12th Jul 2021 at 01:46. Reason: No longer a problem. Please delete my post.
    Quote Quote  
  3. i have troubles with vrt nu episodes like https://www.vrt.be/vrtnu/a-z/sporza--ronde-van-frankrijk/2021/sporza--ronde-van-frankr...van-frankrijk/

    I checked for dash, mpd, changed links into the m3u8 form etc but it is not working

    Any suggestions ? thank you
    Quote Quote  
  4. Code:
    yt-dlp --allow-unplayable-formats "https://ondemand-cf.lwc.vrtcdn.be/content/vod/vid-643ee7d6-0200-4dd5-8c7b-4b0a42d231bf-CDN_2/vid-643ee7d6-0200-4dd5-8c7b-4b0a42d231bf-CDN_2_drm_c904b475-2d5c-4fda-8968-99f8f947a779.ism/.mpd"
    Quote Quote  
  5. Originally Posted by lomero View Post
    Code:
    yt-dlp --allow-unplayable-formats "https://ondemand-cf.lwc.vrtcdn.be/content/vod/vid-643ee7d6-0200-4dd5-8c7b-4b0a42d231bf-CDN_2/vid-643ee7d6-0200-4dd5-8c7b-4b0a42d231bf-CDN_2_drm_c904b475-2d5c-4fda-8968-99f8f947a779.ism/.mpd"
    Code:
    mp4decrypt --key 049c4eacf98102c21887c143659165b1:6d0adfad31602026dd49117f27e821ee {input} {output}
    or
    Code:
    yt-dlp --hls-prefer-native "https://ondemand-cf-vrt.akamaized.net/content/vod/vid-643ee7d6-0200-4dd5-8c7b-4b0a42d231bf-CDN_2/vid-643ee7d6-0200-4dd5-8c7b-4b0a42d231bf-CDN_2_drm_c904b475-2d5c-4fda-8968-99f8f947a779_aes.ism/.m3u8"
    https://gofile.io/d/q3kYLN
    Code:
    {
        "status": "ok",
        "data": {
            "guestToken": "ajf4Iid17LAKEImwQiydgZhqfP8fDVdH",
            "downloadPage": "https://gofile.io/d/q3kYLN",
            "code": "q3kYLN",
            "parentFolder": "3c5fa5f3-f290-42c8-b840-b468d6bc1695",
            "fileId": "beeb39a9-c485-4417-80d3-205d446e197c",
            "fileName": "Rit 1.mp4",
            "md5": "d7fd83e7ffd852b7c72d9e6addce199c",
            "directLink": "https://store9.gofile.io/download/beeb39a9-c485-4417-80d3-205d446e197c/Rit%201.mp4",
            "info": "Direct links only work if your account is a donor account. Standard accounts will have their links redirected to the download page."
        }
    }
    discord=notaghost9997
    Quote Quote  
  6. You still get keys, @notaghost?
    Quote Quote  
  7. Originally Posted by lomero View Post
    Code:
    yt-dlp --allow-unplayable-formats "https://ondemand-cf.lwc.vrtcdn.be/content/vod/vid-643ee7d6-0200-4dd5-8c7b-4b0a42d231bf-CDN_2/vid-643ee7d6-0200-4dd5-8c7b-4b0a42d231bf-CDN_2_drm_c904b475-2d5c-4fda-8968-99f8f947a779.ism/.mpd"
    I tried this and it works but i end up with 2 files (m4a and mp4)

    How can I merge them ?

    Thank you
    Quote Quote  
  8. Originally Posted by help_mij View Post
    I tried this and it works but i end up with 2 files (m4a and mp4)
    How can I merge them ?
    Thank you
    You should say thank you to notaghost, he already merged them for you.
    The merging is not the problem, getting the keys to decrypt them FIRST before merging, that's the problem.
    The merging is simply done with ffmpeg
    Code:
    ffmpeg -i a.mp4 -i a.m4a -c copy muxed.mp4
    Quote Quote  
  9. Hi,

    Next part of the current vrt.nu saga...
    Tried to downmoad this one:
    https://www.vrt.be/vrtnu/a-z/a-touch-of-frost/4/a-touch-of-frost-a2-unknown-soldiers/

    The standard way (putting the url in tvdownloader with username & password) didn't work, assets didn't work, .dash didn't work (there wasn't one ??) and .mpd was there but didn't work (as expected for international stuff).
    Anyone an idea how to solve this one ?
    Quote Quote  
  10. Originally Posted by jeanjean View Post
    Hi,

    Next part of the current vrt.nu saga...
    Tried to downmoad this one:https://forum.videohelp.com/images/smilies/biggrin.gif
    https://www.vrt.be/vrtnu/a-z/a-touch-of-frost/4/a-touch-of-frost-a2-unknown-soldiers/

    The standard way (putting the url in tvdownloader with username & password) didn't work, assets didn't work, .dash didn't work (there wasn't one ??) and .mpd was there but didn't work (as expected for international stuff).
    Anyone an idea how to solve this one ?
    For international video's you change the mpd link from https://ondemand-cf.lwc.vrtcdn.be/content/vod/vid-bec16b62-e28b-47d0-bd9f-5481e0aee61d...c1b29.ism/.mpd to example >>> https://ondemand-cf.lwc.vrtcdn.be/content/vod/vid-bec16b62-e28b-47d0-bd9f-5481e0aee61d..._aes.ism/.m3u8 so for the mpd link u just add _aes.ism/.m3u8 after 29 before .ism/.mpd
    Quote Quote  
  11. Again great support from ChezBompaLawijt - much appreciated !
    I should be reading the details more closely... (forgot the _aes) - shame on me.
    Great help, it works this way.
    Originally Posted by ChezBompaLawijt View Post
    Originally Posted by jeanjean View Post
    Hi,

    Next part of the current vrt.nu saga...
    Tried to downmoad this one:https://forum.videohelp.com/images/smilies/biggrin.gif
    https://www.vrt.be/vrtnu/a-z/a-touch-of-frost/4/a-touch-of-frost-a2-unknown-soldiers/

    The standard way (putting the url in tvdownloader with username & password) didn't work, assets didn't work, .dash didn't work (there wasn't one ??) and .mpd was there but didn't work (as expected for international stuff).
    Anyone an idea how to solve this one ?
    For international video's you change the mpd link from https://ondemand-cf.lwc.vrtcdn.be/content/vod/vid-bec16b62-e28b-47d0-bd9f-5481e0aee61d...c1b29.ism/.mpd to example >>> https://ondemand-cf.lwc.vrtcdn.be/content/vod/vid-bec16b62-e28b-47d0-bd9f-5481e0aee61d..._aes.ism/.m3u8 so for the mpd link u just add _aes.ism/.m3u8 after 29 before .ism/.mpd
    Quote Quote  
  12. Member
    Join Date
    Jun 2018
    Location
    Belgium
    Search PM
    Hi all,

    Now there's this new phenomenon with vrt.nu where Login and Password are not accepted anymore (doublechecked).

    Image
    [Attachment 59996 - Click to enlarge]


    Luckily, the direct link to the video works, but it's tedious anyhow.

    Any clues?
    Quote Quote  
  13. Member
    Join Date
    Feb 2006
    Location
    United States
    Search Comp PM
    Originally Posted by jschrooyen View Post
    Hi all,

    Now there's this new phenomenon with vrt.nu where Login and Password are not accepted anymore (doublechecked).

    Image
    [Attachment 59996 - Click to enlarge]


    Luckily, the direct link to the video works, but it's tedious anyhow.

    Any clues?
    try using the authenticated cookies option with youtube-dl
    Quote Quote  
  14. -- username xxx and --password xxx is required on yt-dl command
    replace xxx wirh your credential
    Quote Quote  
  15. Member
    Join Date
    Jun 2018
    Location
    Belgium
    Search PM
    Originally Posted by lomero View Post
    -- username xxx and --password xxx is required on yt-dl command
    replace xxx wirh your credential
    That is exactly what doesn't work anymore...
    Quote Quote  
  16. Member
    Join Date
    Jun 2018
    Location
    Belgium
    Search PM
    Originally Posted by october262 View Post

    try using the authenticated cookies option with youtube-dl
    I presume you refer to the --cookies option with a cookie.txt file? I've tried and it makes no difference, unfortunately.

    Thanks for the suggestion, at least I've learnt something new.
    Quote Quote  
  17. ok, no work for you? then write your video link
    Quote Quote  
  18. Member
    Join Date
    Jun 2018
    Location
    Belgium
    Search PM
    Originally Posted by lomero View Post
    ok, no work for you? then write your video link
    Sure, lomero: https://www.vrt.be/vrtnu/a-z/the-planets/1/the-planets-s1a5/

    Thanks for taking care!
    Quote Quote  
  19. Code:
    youtube-dl --hls-prefer-native --no-part https://ondemand-cf-vrt.akamaized.net/content/vod/vid-b17477d4-ff5a-4bb7-aff0-3fadfda1c433-CDN_4/vid-b17477d4-ff5a-4bb7-aff0-3fadfda1c433-CDN_4_drm_bd8b4649-66e1-4f55-892b-1aa8259f9787_aes.ism/.m3u8
    Quote Quote  
  20. Member DB83's Avatar
    Join Date
    Jul 2007
    Location
    United Kingdom
    Search Comp PM
    If this has been answered/addressed then apologies.


    But I am sure they worked fine in the past yet the apps*, including this one, and uptodate yt-dl, now refuse to d/l yt age-gated content. Get a message "Web page not found" and/or "Log in to confirm your age". And even when you enter your yt log in details it just generates the same or, maybe, another error.


    *I can still d/l with one paid for app but this one is more convenient.
    Quote Quote  
  21. Member
    Join Date
    Jun 2018
    Location
    Belgium
    Search PM
    Originally Posted by lomero View Post
    Code:
    youtube-dl --hls-prefer-native --no-part https://ondemand-cf-vrt.akamaized.net/content/vod/vid-b17477d4-ff5a-4bb7-aff0-3fadfda1c433-CDN_4/vid-b17477d4-ff5a-4bb7-aff0-3fadfda1c433-CDN_4_drm_bd8b4649-66e1-4f55-892b-1aa8259f9787_aes.ism/.m3u8
    Yes indeed, lomero, that's what I meant with "the direct link to the video works". It creates a video called "m3u8.mp4" that I have to rename each time to something different in order for a subsequent download (with the same name) to succeed. I am used to downloading around 10 videos in parallel, in which each gets its own name from the site using just the link I quoted. It worked all right until a fortnight ago, that's the issue. I'm using TVDownloader 1.19a as a front end (with the latest youtube-dl) to enter my UserID and password, and for some reason, it stopped working.

    If anyone can confirm it's not me, I'd be happy.

    Thanks for trying, though.
    Quote Quote  
  22. Member Seeker47's Avatar
    Join Date
    Jul 2005
    Location
    drifting, somewhere on the Sea of Cynicism
    Search Comp PM
    I'm glad that there are free, albeit techie command line solutions one can employ, which are being well discussed here. (And, granted, with the complications of possible region locks, Logins, passwords, age verifications, etc.) But personally, if I could cut out several troublesome hoops to jump through and cut to the chase with Allavsoft Downloader or TubeDigger, or Ant Downloader, then I'll all for getting the program license and simplifying my efforts. And I've done just that.
    When in Las Vegas, don't miss the Pinball Hall of Fame Museum http://www.pinballmuseum.org/ -- with over 150 tables from 6+ decades of this quintessentially American art form.
    Quote Quote  
  23. Originally Posted by jschrooyen View Post
    It creates a video called "m3u8.mp4" that I have to rename each time to something different in order for a subsequent download (with the same name) to succeed. I am used to downloading around 10 videos in parallel, in which each gets its own name from the site using just the link I quoted.

    If anyone can confirm it's not me, I'd be happy.
    It's the same for everyone.
    You still can download multiple videos at once by downloading them into different folders. Just change the output folder in TVDownloader with every video you try to download. You'll still have to rename them afterwards though.
    Quote Quote  
  24. Member
    Join Date
    Jan 2021
    Location
    Argentina
    Search PM
    Originally Posted by jschrooyen View Post
    It creates a video called "m3u8.mp4" that I have to rename each time to something different in order for a subsequent download (with the same name) to succeed.
    Add -o "title of the video.mp4" at end. Like this:

    Code:
    youtube-dl --hls-prefer-native --no-part "https://..._aes.ism/.m3u8" -o "The planets - Aflevering 5 (Seizoen 1).mp4"
    Quote Quote  
  25. Now something which has been touched before but to my knowledge still without a clear solution/workaround: downloading stuff from Goplay (former Vier).
    Using the url in TVDownloader (standard approach) doesn't work, but also the .dash or .mpd approaches don't work here (as filtering on .mpd or .dash doesn't bring any result).
    Is there any suggestion here that could help here downloading certain programs ?
    ChezBompaLawijt has been very helpful in the past, hope you - if you're not on holidays - have some ideas here as well. Would be top !
    Thanks.
    Quote Quote  
  26. Just search for the m3u8 links goplay has only mpd links if a video has DRM example link >> https://stream1-vod.cdn1.sbs.prd.telenet-ops.be/geo/A_PLACE_IN_THE_SUN_SUMMER_SUN/S4/v..._F0282894.m3u8 use a extension like videodownloadhelper or HLS Downloader these can get u the links or download the videos
    Quote Quote  
  27. Member xplorr's Avatar
    Join Date
    Feb 2017
    Location
    Europe
    Search PM
    Just created and uploaded new version 1.19b of TVDownloader with custom youtube-dl which fixes the VRTNU login problem.
    Enjoy and consider buying me a coffee via: PayPal Donate
    Download here: TVDownloader 1.19b

    Last edited by xplorr; 3rd Aug 2021 at 05:23.
    Quote Quote  
  28. Does this work with DRM-Live-Strams too?
    Quote Quote  
  29. no. nothing work with DRM.
    you need found new ways...
    Quote Quote  



Similar Threads

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