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 4 of 8
FirstFirst ... 2 3 4 5 6 ... LastLast
Results 91 to 120 of 211
Thread
  1. Hello everyone, please tell me how I can download videos from this site, they use protection, I tried different ways, but it doesn't work
    https://bit.ly/3maAHzj
    Quote Quote  
  2. Originally Posted by smvid View Post
    I tried different ways, but it doesn't work
    https://bit.ly/3maAHzj
    and let's goooo

    Image
    [Attachment 70145 - Click to enlarge]
    Quote Quote  
  3. streamlink "https://skyfire.vimeocdn.com/1680547960-0x93b7d2ac2b6a4f1045da8823a838b00b314b6fe1/d9f788df-b979-4571-a184-0ac45756a265/sep/video/01770cee/audio/b57ea8b2/master.mpd?base64_init=1&query_string_ranges=1" best -o video.mp4
    [cli][info] Found matching plugin dash for URL https://skyfire.vimeocdn.com/1680547960-0x93b7d2ac2b6a4f1045da8823a838b00b314b6fe1/d9f...tring_ranges=1
    [cli][info] Available streams: 720p (worst, best)
    [cli][info] Opening stream: 720p (dash)
    [utils.named_pipe][info] Creating pipe streamlinkpipe-3144-1-1068
    [utils.named_pipe][info] Creating pipe streamlinkpipe-3144-2-3601
    [download][v.mp4] Written 14.4 MB (27s @ 341.3 KB/s) ...
    Quote Quote  
  4. kinescope.io (embed links)

    Image
    [Attachment 70149 - Click to enlarge]


    Code:
    import requests
    import base64
    import binascii
    import re
    
    print('\ntest link: https://kinescope.io/embed/202544377\ntest link: https://kinescope.io/embed/d2538919-1050-4a2b-851d-285e532472e7')
    
    link = input('\nkinescope embed link: ')
    
    headers = {
        'authority': 'kinescope.io',
        'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
        'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36',
    }
    
    resp = requests.get(link, headers=headers).text
     
    dash = re.findall(r'dash: {\"src\":\"(.*?)\"', resp)[0].strip()
    print(f'\nmpd link:\n{dash}\n')
    
    try:
        lic_link_id = re.findall(r'id: \"(.*?)\"', resp)[0].strip()
        
        import requests
        
        resp2 = requests.get(dash).text
        default_kid = re.findall(r'default_KID=.(.*)../><ContentProtec', resp2)[0].strip()
        default_kid = re.sub(r'-', r'', default_kid)
        
        bytes_data = binascii.unhexlify(default_kid)
        b64_str = base64.b64encode(bytes_data).decode()
        b64_str = re.sub(r'=', r'', b64_str)
        
        import requests
        
        
        headers3 = {
            'authority': 'license.kinescope.io',
            'origin': 'https://kinescope.io',
            'referer': 'https://kinescope.io/',
            'user-agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36',
        }
        
        json_data3 = {
            'kids': [f'{b64_str}',],
        }
        
        response3 = requests.post('https://license.kinescope.io/v1/vod/'+lic_link_id+'/acquire/clearkey', headers=headers3, json=json_data3).json()
        
        k_key = response3['keys'][0]['k']
        add_key_padd = k_key + ('=' * (4 - len(k_key) % 4))
        k_key_data = base64.b64decode(add_key_padd)
        key = binascii.hexlify(k_key_data).decode()
        
        print(f'--key {default_kid}:{key}')
    except IndexError:
        pass
    Quote Quote  
  5. Originally Posted by skazkin View Post
    Благодарю!
    Quote Quote  
  6. Originally Posted by sk8ordi3 View Post
    kinescope.io (embed links)
    https://kinescope.io/embed/202544377

    nice! and where/how to have you find this link ?
    Quote Quote  
  7. Originally Posted by whs912km View Post
    Originally Posted by sk8ordi3 View Post
    kinescope.io (embed links)
    https://kinescope.io/embed/202544377

    nice! and where/how to have you find this link ?
    I found it here in the forum topic,
    that's why it has those test links

    the research work [ss]vegeta did, i just summarized it in the script..
    Quote Quote  
  8. ok thanks

    and your script work fine! thanks for share

    and thanks to vegeta for your video
    Quote Quote  
  9. edit
    Last edited by whs912km; 4th Apr 2023 at 11:11.
    Quote Quote  
  10. @ whs912km

    from my post#96: play the video. go to network tab, search "master.json"

    copy link. replace .json with .mpd

    download mpd link with N_m3u8DL-RE

    Image
    [Attachment 70162 - Click to enlarge]
    Last edited by lomero; 4th Apr 2023 at 11:56.
    Quote Quote  
  11. awesome!
    thanks lomero for your tip
    Quote Quote  
  12. The script 'kinescope.io' works incorrectly.
    Quote Quote  
  13. Originally Posted by LZAA View Post
    The script 'kinescope.io' works incorrectly.
    what is the link that does not work?
    Quote Quote  
  14. 'HAR' will suit?
    Quote Quote  
  15. Originally Posted by LZAA View Post
    'HAR' will suit?
    if it's a locked video, I guess just add the token in the headers or maybe it's in the params..
    Quote Quote  
  16. Too complicated. 'EME Logger' is easier.
    Quote Quote  
  17. Originally Posted by Farine View Post
    Hello. Help me please. There is nothing at all in the site code for the "clear" keyword.
    "MPD" is located.
    Image
    [Attachment 69354 - Click to enlarge]
    Same here.. I cant find a clear
    Quote Quote  
  18. Originally Posted by alex94577 View Post
    Same here.. I cant find a clear
    Post the link to the video.
    Maybe you opened network after playing the video?
    Quote Quote  
  19. Originally Posted by [ss]vegeta View Post
    Originally Posted by alex94577 View Post
    Same here.. I cant find a clear
    Post the link to the video.
    Maybe you opened network after playing the video?

    No I open network tab before

    It closed club that uses kinescope.io to post move... so I am not sure links will work

    "contentUrl": "https://kinescope.io/3aff4367-f8c0-415c-a78e-6ca0f5b02bc4/master.m3u8?expires=1683490017&amp;token="


    "embedUrl": "https://kinescope.io/embed/3aff4367-f8c0-415c-a78e-6ca0f5b02bc4",
    "contentUrl": "https://kinescope.io/3aff4367-f8c0-415c-a78e-6ca0f5b02bc4/master.m3u8?expires=1683490017&amp;token="
    }
    </script>
    Quote Quote  
  20. streamkink "https://kinescope.io/3aff4367-f8c0-415c-a78e-6ca0f5b02bc4/master.m3u8?expires=1683490017&amp;token=" best -o video.ts
    [cli][info] Found matching plugin hls for URL https://kinescope.io/3aff4367-f8c0-415c-a78e-6ca0f5b02bc4/master.m3u8?expires=1683490017&amp;token=
    [cli][info] Available streams: 360p (worst), 480p, 720p, 1080p (best)
    [cli][info] Opening stream: 1080p (hls-multi)
    [cli][info] Writing output to
    video.ts
    [utils.named_pipe][info] Creating pipe streamlinkpipe-9576-1-9293
    [utils.named_pipe][info] Creating pipe streamlinkpipe-9576-2-569
    [download] Written 81.31 MiB to a.ts (16s @ 5.11 MiB/s) ...
    Quote Quote  
  21. @alex94577
    I do not see any problems

    Image
    [Attachment 70834 - Click to enlarge]


    +
    check in the preserve log
    Quote Quote  
  22. Originally Posted by sk8ordi3 View Post
    @alex94577
    I do not see any problems

    Image
    [Attachment 70834 - Click to enlarge]


    +
    check in the preserve log
    I have that on as well

    So do I no longer search for clear or what... I am not sure at all what you are showing me...

    Sorry this is my first time trying this

    The goal is to download videos from that site... if someone can walk me thru the process on one video, I would appreceiate it
    Quote Quote  
  23. download yt-dlp and ffmpeg
    put them into same folder

    open cmd window from the folder

    Code:
    yt-dlp --no-warning -N "16" "https://kinescope.io/embed/3aff4367-f8c0-415c-a78e-6ca0f5b02bc4" -o "%(title)s.%(ext)s"
    Image
    [Attachment 70836 - Click to enlarge]
    Quote Quote  
  24. I am trying different video and getting this


    C:\Users\Alex\Desktop\N_m3u8DL-RE_Beta_win-x64>yt-dlp --no-warning -N "16" "http
    s://kinescope.io/embed/201368763" -o "%(title)s.%(ext)s"
    [generic] Extracting URL: https://kinescope.io/embed/201368763
    [generic] 201368763: Downloading webpage
    [generic] 201368763: Extracting information
    ERROR: Unsupported URL: https://kinescope.io/embed/201368763

    C:\Users\Alex\Desktop\N_m3u8DL-RE_Beta_win-x64>
    Quote Quote  
  25. yt-dlp "https://kinescope.io/embed/3aff4367-f8c0-415c-a78e-6ca0f5b02bc4"
    [generic] Extracting URL: https://kinescope.io/embed/3aff4367-f8c0-415c-a78e-6ca0f5b02bc4
    [generic] 3aff4367-f8c0-415c-a78e-6ca0f5b02bc4: Downloading webpage
    WARNING: [generic] Falling back on generic information extractor
    [generic] 3aff4367-f8c0-415c-a78e-6ca0f5b02bc4: Extracting information
    [generic] Extracting URL: https://kinescope.io/3aff4367-f8c0-415c-a78e-6ca0f5b02bc4/master.m3u8?expires=16835879...02bc4%22%7D%7D
    [generic] 3aff4367-f8c0-415c-a78e-6ca0f5b02bc4: Downloading webpage
    [generic] 3aff4367-f8c0-415c-a78e-6ca0f5b02bc4: Downloading m3u8 information
    [generic] 3aff4367-f8c0-415c-a78e-6ca0f5b02bc4: Checking m3u8 live status
    [info] 3aff4367-f8c0-415c-a78e-6ca0f5b02bc4: Downloading 1 format(s): 4693+audio_mp4a-Unknown
    [hlsnative] Downloading m3u8 manifest
    [hlsnative] Total fragments: 170
    [download] Destination: Шелковая спираль [3aff4367-f8c0-415c-a78e-6ca0f5b02bc4].f4693.mp4
    [download] 0.9% of ~ 241.04MiB at 296.90KiB/s ETA 02:55 (frag 2/170) ...
    Quote Quote  



Similar Threads

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