Hello all,
please can you help me to download this video : https://www.chessable.com/lifetime-repertoires-diptayans-suryas-caro-kann/course/379374/
AAAANHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABQIARIQ/gd3NHrs19gBTLeEFRyAXg==
--key fe0777347aecd7d8014cb784151c805e:0041352b1249455a9 a4d546ee6505635
i'm using N_m3u8DL-RE but i get error : Unhandled exception: System.NotSupportedException: Input not supported
at N_m3u8DL_RE.Parser.StreamExtractor.LoadSourceFromT ext(String) + 0x282
at N_m3u8DL_RE.Parser.StreamExtractor.<LoadSourceFrom UrlAsync>d__11.MoveNext() + 0x3d8
--- End of stack trace from previous location ---
at N_m3u8DL_RE.Program.<>c__DisplayClass3_0.<<DoWorkA sync>b__0>d.MoveNext() + 0x51
--- End of stack trace from previous location ---
+ Reply to Thread
Results 1 to 6 of 6
-
-
Works fine for me, you might try it out
Code:N_m3u8DL-RE "https://vod-adaptive-ak.vimeocdn.com/exp=1776123044~acl=%2F7c472053-db8d-4821-b147-0b5e269f4fee%2Fpsid%3D994fd8e5872a32f41000863c540c8aeb64d8707707c28af53f1783e4be3764fd%2F%2A~hmac=cb292576c04fdda1de2c37567f7309f6ddeae6f3b972788d2ed276a926593944/7c472053-db8d-4821-b147-0b5e269f4fee/psid=994fd8e5872a32f41000863c540c8aeb64d8707707c28af53f1783e4be3764fd/v2/playlist/drm/cenc,derivedv2,7c472053-db8d-4821-b147-0b5e269f4fee,fe0777347aecd7d8014cb784151c805e/av/primary/sub/293379812-en-x-autogen/prot/cXNyPTE/playlist.mpd?locale=en&omit=av1-hevc-opus&pathsig=8c953e4f~nmAc88-sTkL-_vng3957RwCV54MZLrJ8GauKbpOCgh0&pssh=0&qsr=1&r=dXM%3D&rh=Awwwd" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36" -H "Accept: */*" -H "Origin: https://player.vimeo.com" -H "Referer: https://player.vimeo.com/" --key fe0777347aecd7d8014cb784151c805e:0041352b1249455a9a4d546ee6505635 --use-shaka-packager -M format=mkv --save-name Lifetime_Repertoires_Diptayans__Suryas_Caro_Kann
[Attachment 91957 - Click to enlarge]
[Attachment 91958 - Click to enlarge]
[Attachment 91959 - Click to enlarge]Last edited by RCGn; 13th Apr 2026 at 16:16.
-
https://player.vimeo.com/video/1184770714 i can't download this even i used latest relaease of the proxy it dosnt detect key pssh
-
Code:
28.04.2026 yt-dlp -F https://player.vimeo.com/video/1184770714 [vimeo] Extracting URL: https://player.vimeo.com/video/1184770714 [vimeo] 1184770714: Downloading webpage [vimeo] 1184770714: Downloading akfire_interconnect_quic m3u8 information [vimeo] 1184770714: Downloading fastly_skyfire m3u8 information [vimeo] 1184770714: Downloading akfire_interconnect_quic MPD information WARNING: [vimeo] 1184770714: Failed to parse XML: not well-formed (invalid token): line 1, column 0 [vimeo] 1184770714: Downloading fastly_skyfire MPD information WARNING: [vimeo] 1184770714: Failed to parse XML: not well-formed (invalid token): line 1, column 0 [info] Available formats for 1184770714: ID EXT RESOLUTION FPS │ FILESIZE TBR PROTO │ VCODEC VBR ACODEC MORE INFO ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── hls-akfire_interconnect_quic-audio-high-English mp4 audio only │ m3u8 │ audio only unknown [en] English hls-fastly_skyfire-audio-high-English mp4 audio only │ m3u8 │ audio only unknown [en] English hls-akfire_interconnect_quic-365 mp4 426x240 30 │ ~ 41.77MiB 365k m3u8 │ avc1.640015 365k video only hls-fastly_skyfire-365 mp4 426x240 30 │ ~ 41.77MiB 365k m3u8 │ avc1.640015 365k video only hls-akfire_interconnect_quic-508 mp4 640x360 30 │ ~ 58.14MiB 508k m3u8 │ avc1.64001E 508k video only hls-fastly_skyfire-508 mp4 640x360 30 │ ~ 58.14MiB 508k m3u8 │ avc1.64001E 508k video only hls-akfire_interconnect_quic-754 mp4 960x540 30 │ ~ 86.29MiB 754k m3u8 │ avc1.64001F 754k video only hls-fastly_skyfire-754 mp4 960x540 30 │ ~ 86.29MiB 754k m3u8 │ avc1.64001F 754k video only hls-akfire_interconnect_quic-1064 mp4 1280x720 30 │ ~121.77MiB 1064k m3u8 │ avc1.640020 1064k video only hls-fastly_skyfire-1064 mp4 1280x720 30 │ ~121.77MiB 1064k m3u8 │ avc1.640020 1064k video only hls-akfire_interconnect_quic-1859 mp4 1920x1080 30 │ ~212.75MiB 1859k m3u8 │ avc1.64002A 1859k video only hls-fastly_skyfire-1859 mp4 1920x1080 30 │ ~212.75MiB 1859k m3u8 │ avc1.64002A 1859k video only
-
Alternatively, with Python, you can download the video; you just need the video URL and ffmpeg:
Code:pip install tqdm
Code:import requests import re import subprocess from tqdm import tqdm headers = { "User-Agent": "Mozilla/5.0", "Referer": "https://player.vimeo.com/" } def clean_filename(name): return re.sub(r'[\\/*?:"<>|]', "_", name) def extract_vimeo_id(url): match = re.search(r'vimeo\.com/(?:.*?/)?(\d+)', url) return match.group(1) if match else None url = input("Veuillez entrer l'URL de la vidéo : ") video_id = extract_vimeo_id(url) if not video_id: print("❌ URL invalide") exit() config_url = f"https://player.vimeo.com/video/{video_id}/config" try: data = requests.get(config_url, headers=headers).json() except Exception as e: print("❌ Erreur Vimeo :", e) exit() # fallback CDN (plus robuste) files = data["request"]["files"]["hls"]["cdns"] m3u8_url = next(iter(files.values()))["url"] title = data["video"]["title"] duration = data["video"]["duration"] filename = clean_filename(title) + ".mp4" print(f"🎬 Titre : {title}") print("⬇️ Téléchargement en cours...\n") process = subprocess.Popen(["ffmpeg", "-i", m3u8_url, "-c", "copy", "-bsf:a", "aac_adtstoasc", "-progress", "pipe:1", "-nostats", filename], stdout=subprocess.PIPE, stderr=subprocess.STDOUT, text=True) pbar = tqdm(total=duration, unit="sec") for line in process.stdout: if "out_time_ms" in line: try: out_time_ms = int(line.split("=")[1]) current = out_time_ms / 1_000_000 pbar.n = current pbar.refresh() except: pass pbar.close() process.wait() print("\n✅ Terminé :", filename)
[Attachment 92123 - Click to enlarge]
Similar Threads
-
How to download this video
By pouki2 in forum Video Streaming DownloadingReplies: 5Last Post: 28th Dec 2024, 11:00 -
Download/rip video Prime video (amazon)
By HDstream in forum Video Streaming DownloadingReplies: 3Last Post: 8th Jun 2024, 02:48 -
DOWNLOAD protected DRM video separated video and audio from (learnyst)
By yassin in forum Video Streaming DownloadingReplies: 4Last Post: 8th Jan 2024, 04:36 -
Help me download this video.
By fthanos in forum Video Streaming DownloadingReplies: 1Last Post: 20th Apr 2022, 04:27 -
Cannot download encrypted m3u8 video, the video works on the website
By krestek in forum Video Streaming DownloadingReplies: 6Last Post: 21st Feb 2022, 14:27


Quote