VideoHelp Forum




+ Reply to Thread
Results 1 to 20 of 20
  1. hi forum, I am new to this beautiful community; I'd like to ask for help in the other section about downloading videos on a platform where all the content is free, but also is viewable only after having created and logging into an account. The clips have to be "rented" (for free, of course); after some days the rental expires, but the user can "rent" the clip again (for free). It's similar to a library.

    Will I break the rules of the Forum? The website is festivalscope.com

    thank you!
    Last edited by Moonroe; 31st Jan 2025 at 05:41.
    Quote Quote  
  2. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    What is the video you want downloaded from that platform?
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  3. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    Might be ok, but possibly better is to use a service that actually IS provided by many libraries: Kanopy.


    Scott
    Quote Quote  
  4. Thank you for your replies

    I'd like to backup Humanity, a 7-min short film. As you can see, the film is 0,00€ and everyone can create an account for free.

    Could I try to ask for help in the Forum?
    Quote Quote  
  5. if you can download it by yourself, then:

    Code:
    --video title: Humanity
    
    --mpd: https://scope-stream.link/video/video-20250120094720AM-856760353/video-20250120094720AM-856760353.mpd
    
    --key 9694c7079df047d8ae92adeb54dc12f7:478f43834f3c254217d4a4b7b2740cba
    Quote Quote  
  6. Originally Posted by shellcmd View Post
    if you can download it by yourself, then:

    Code:
    --video title: Humanity
    
    --mpd: https://scope-stream.link/video/video-20250120094720AM-856760353/video-20250120094720AM-856760353.mpd
    
    --key 9694c7079df047d8ae92adeb54dc12f7:478f43834f3c254217d4a4b7b2740cba
    Thank you very much! Do you use a particular software to get these infos, or maybe the developer tools of the browser?
    Quote Quote  
  7. i got it from pro.festivalscope with my script not festivalscope, but they should same. i will not public more info since last time it public and spam(batch download) by someone, this site has add more authorization to verify the key request process.

    you can still obtain keys use widevine proxy2 browser extention, or in developer tools block the license request(because some params in license is one time used) and got a none used license url then send pssh+license url use classic script like wks-keys.
    Quote Quote  
  8. Thank you very much.

    Can you point me to an effective guide on the fundamentals of video streaming? I'm quite new to the subject and would like to achieve some more skills.
    Last edited by Moonroe; 1st Feb 2025 at 22:06.
    Quote Quote  
  9. Originally Posted by lomero View Post
    Do you mean the video tutorials?
    Quote Quote  
  10. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Only uploading this cause its a 7 minute video. But you should install N_m3u8DL-RE and run the command using info from @shellcmd's comment

    https://www.swisstransfer.com/d/9c4a8f96-ccd1-4751-a0df-22da3405dd45
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  11. Thank you for the link! 🎉

    In the previous post I was asking for an online resource[s] (article, webpage, thread) where to learn the fundamentals of stream downloading. Running the command using info from @shellcmd's comment, as you suggest, would be in order to download videos or to find explanations?
    Quote Quote  
  12. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    This command is used to download.
    Code:
    N_m3u8DL-RE "https://scope-stream.link/video/video-20250120094720AM-856760353/video-20250120094720AM-856760353.mpd" --key 9694c7079df047d8ae92adeb54dc12f7:478f43834f3c254217d4a4b7b2740cba --save-name "Humanity" -M format=mkv
    First you need to Download and put in the same folder (of your choice) the following programs (if you download a zip, then search in it the right executable file):
    - N_m3u8DL-RE
    - ffmpeg
    - mp4decrypt

    Then open cmd in that folder and run the previous command. For example if you use windows, the content of that folder should have:
    - N_m3u8DL-RE.exe
    - ffmpeg.exe
    - mp4decrypt.exe
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  13. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    This command is used to download.
    Code:
    N_m3u8DL-RE "https://scope-stream.link/video/video-20250120094720AM-856760353/video-20250120094720AM-856760353.mpd" --key 9694c7079df047d8ae92adeb54dc12f7:478f43834f3c254217d4a4b7b2740cba --save-name "Humanity" -M format=mkv
    First you need to Download and put in the same folder (of your choice) the following programs (if you download a zip, then search in it the right executable file):
    - N_m3u8DL-RE
    - ffmpeg
    - mp4decrypt

    Then open cmd in that folder and run the previous command. For example if you use windows, the content of that folder should have:
    - N_m3u8DL-RE.exe
    - ffmpeg.exe
    - mp4decrypt.exe
    In the manual setting of N_m3u8DL-RE can I choose the decryption system between shaka packger and mp4decrypt in order to change it to my choice? Could you paste the command into an example of both lines, please?
    Quote Quote  
  14. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    By default mp4decrypt is used. If you specifiy
    Code:
    --use-shaka-packager
    Then shaka is used
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  15. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    By default mp4decrypt is used. If you specifiy
    Code:
    --use-shaka-packager
    Then shaka is used
    Thankssssssssss!!!!
    Quote Quote  
  16. Originally Posted by shellcmd View Post
    if you can download it by yourself, then:

    Code:
    --video title: Humanity
    
    --mpd: https://scope-stream.link/video/video-20250120094720AM-856760353/video-20250120094720AM-856760353.mpd
    
    --key 9694c7079df047d8ae92adeb54dc12f7:478f43834f3c254217d4a4b7b2740cba
    What is the best/easiest way to get the .mpd link for this kind of videos?
    Quote Quote  
  17. if you want to do it with python script, then sniffer the web api endpoint, you can find it easily. else I suggest you use widevine proxy2 browser extension, the extension will give you the key and mpd link with N_m3uiDL-RE command directly, easily to use.
    Quote Quote  
  18. thank you..!!!
    Quote Quote  



Similar Threads

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