Url?
+ Reply to Thread
Results 91 to 120 of 264
-
>>Hello! Here is new URL
>>https://kinescope.io/embed/202544377
Держи https://disk.yandex.ru/i/a9SlJ-NIqN1_Ng -
Thanks to vegeta
Here's a video tutorial
https://drive.google.com/file/d/1SR_4v5893PFx2LlYN7GvBGoIXqg_1sPE/view?usp=sharing
Here are the tools
https://drive.google.com/file/d/1Zi_WfZuPNsSjyZ3skLTvMIxBmvyowwxp/view?usp=sharing
Here are the links
https://base64.guru/converter/decode/hex
https://transfer.sh/ -
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 -
and let's goooo
[Attachment 70145 - Click to enlarge] -
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) ... -
kinescope.io (embed links)
[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
-
-
-
ok thanks
and your script work fine! thanks for share
and thanks to vegeta for your video -
@ 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
[Attachment 70162 - Click to enlarge]Last edited by lomero; 4th Apr 2023 at 10:56.
-
-
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&token="
"embedUrl": "https://kinescope.io/embed/3aff4367-f8c0-415c-a78e-6ca0f5b02bc4",
"contentUrl": "https://kinescope.io/3aff4367-f8c0-415c-a78e-6ca0f5b02bc4/master.m3u8?expires=1683490017&token="
}
</script> -
streamkink "https://kinescope.io/3aff4367-f8c0-415c-a78e-6ca0f5b02bc4/master.m3u8?expires=1683490017&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&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) ... -
@alex94577
I do not see any problems
[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 -
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"
[Attachment 70836 - Click to enlarge] -
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> -
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) ...
Similar Threads
-
Help Downloading video
By gilbertati in forum Video Streaming DownloadingReplies: 4Last Post: 27th Mar 2021, 15:39 -
help downloading this video
By Lionking in forum Video Streaming DownloadingReplies: 7Last Post: 1st Dec 2020, 22:04 -
Help downloading a video
By mainblue01 in forum Video Streaming DownloadingReplies: 2Last Post: 1st Aug 2019, 16:15 -
downloading subtitles that are not part of video and are overlayed on video
By 3dsmaxed in forum Newbie / General discussionsReplies: 1Last Post: 7th May 2019, 02:41 -
Help me out downloading this video
By smithmike in forum Video Streaming DownloadingReplies: 3Last Post: 5th Oct 2017, 19:14