hey guys anyone tell me why this link not working in yt-dlp or youtube-dl ? Showing formats fine but not downloading any video :\
https://cdn.jwplayer.com/v2/media/zpB625bV?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9....rOY2O8F3yP-1I0
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 10 of 10
-
Last edited by DonSeenu; 4th Aug 2022 at 06:20.
-
It's a direct link to a mp4 file, why do you need yt-dlp or youtube-dl?
Click on the link or put it into the browser -
-
https://cdn.jwplayer.com/v2/media/zpB625bV?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9....rOY2O8F3yP-1I0 ->
'{"message":"Forbidden: Could not authenticate request: signature has expired."}'
Need URL. -
The link posted points to a json file. There are no m3u8 info.
Kindly explain what exactly do you expect yt-dlp to do with this json file.
```Code:{ "title": "Sleek is Speed : Sadhguru's First Racing Machine", "description": "Sadhguru's night rides & 2-wheeler experiments create a \"buzz\" in town!", "kind": "Single Item", "playlist": [ { "title": "Sleek is Speed : Sadhguru's First Racing Machine", "mediaid": "zpB625bV", "link": "https://cdn.jwplayer.com/previews/zpB625bV?exp=1659639810&sig=53dbb34f93a53612ba4e7e5ea5ddca87", "image": "https://cdn.jwplayer.com/v2/media/zpB625bV/poster.jpg?width=720", "images": [ { "src": "https://cdn.jwplayer.com/v2/media/zpB625bV/poster.jpg?width=320", "width": 320, "type": "image/jpeg" }, { "src": "https://cdn.jwplayer.com/v2/media/zpB625bV/poster.jpg?width=480", "width": 480, "type": "image/jpeg" }, { "src": "https://cdn.jwplayer.com/v2/media/zpB625bV/poster.jpg?width=640", "width": 640, "type": "image/jpeg" }, { "src": "https://cdn.jwplayer.com/v2/media/zpB625bV/poster.jpg?width=720", "width": 720, "type": "image/jpeg" }, { "src": "https://cdn.jwplayer.com/v2/media/zpB625bV/poster.jpg?width=1280", "width": 1280, "type": "image/jpeg" }, { "src": "https://cdn.jwplayer.com/v2/media/zpB625bV/poster.jpg?width=1920", "width": 1920, "type": "image/jpeg" } ], "duration": 592, "pubdate": 1600570813, "description": "Sadhguru's night rides & 2-wheeler experiments create a \"buzz\" in town!", "tags": "Sadhguru Personal", "sources": [ { "file": "https://cdn.jwplayer.com/manifests/zpB625bV.m3u8?exp=1659639810&sig=4a2c88645784a20f6da18c1688a6eb82", "type": "application/vnd.apple.mpegurl" }, { "file": "https://cdn.jwplayer.com/videos/zpB625bV-7HhNbBCg.mp4?exp=1659639810&sig=e4af62627d3827b25769d721475fa809", "type": "video/mp4", "height": 180, "width": 320, "label": "180p", "bitrate": 379512, "filesize": 28086607, "framerate": 25.0 }, { "file": "https://cdn.jwplayer.com/videos/zpB625bV-93xXTP76.mp4?exp=1659639810&sig=710239ac88f24343a51cbbebaa2f29d2", "type": "video/mp4", "height": 270, "width": 480, "label": "270p", "bitrate": 638672, "filesize": 47265656, "framerate": 25.0 }, { "file": "https://cdn.jwplayer.com/videos/zpB625bV-SVm4Cd7h.mp4?exp=1659639810&sig=260a5c01706f81f047b205d2df24b2b9", "type": "video/mp4", "height": 720, "width": 1280, "label": "720p", "bitrate": 2109904, "filesize": 156145743, "framerate": 25.0 }, { "file": "https://cdn.jwplayer.com/videos/zpB625bV-3Q7crV2v.m4a?exp=1659639810&sig=63b2519a4c06ac5cec3ecef25e9b9fe6", "type": "audio/mp4", "label": "AAC Audio", "bitrate": 113392, "filesize": 8391712 }, { "file": "https://cdn.jwplayer.com/videos/zpB625bV-KxDgtmh2.mp4?exp=1659639810&sig=eddad6cc4cf1b4fc38e5452ee12302f8", "type": "video/mp4", "height": 1080, "width": 1920, "label": "1080p", "bitrate": 4454808, "filesize": 329682092, "framerate": 25.0 }, { "file": "https://cdn.jwplayer.com/videos/zpB625bV-Yk3kHY4x.mp4?exp=1659639810&sig=446b65b3ab96475f499e62a2521ef4f1", "type": "video/mp4", "height": 360, "width": 640, "label": "360p", "bitrate": 750704, "filesize": 55556561, "framerate": 25.0 }, { "file": "https://cdn.jwplayer.com/videos/zpB625bV-eKgkIY9C.mp4?exp=1659639810&sig=36aefd6cb5f832193602b155578e54cf", "type": "video/mp4", "height": 540, "width": 960, "label": "540p", "bitrate": 1344640, "filesize": 99511618, "framerate": 25.0 } ], "tracks": [ { "file": "https://cdn.jwplayer.com/tracks/crMHqk14.vtt", "kind": "captions", "label": "English" }, { "file": "https://cdn.jwplayer.com/strips/zpB625bV-120.vtt", "kind": "thumbnails" } ], "variations": {} } ], "feed_instance_id": "14bf5f56-59cb-41b4-9eb8-7ece8e06ebb7" }
-
actually, the jwplayer extractor in yt-dlp isnt broken, it just doesnt support premium with tokens.
it shouldnt take much for a short script to get the response to that url, parse out the m3u8 link and feed it into yt-dlp with "--force-generic-extractor" so it doesnt try to use the jwplayer extractor -
yt-dlp --force-generic-extractor --hls-prefer-native https://cdn.jwplayer.com/manifests/zpB625bV.m3u8
[generic] zpB625bV: Downloading webpage
ERROR: [generic] Unable to download webpage: HTTP Error 403: Forbidden (caused by <HTTPError 403: 'Forbidden'>); please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
Similar Threads
-
how to download SRT files from youtube video with yt-dlp please?
By inklara in forum Video Streaming DownloadingReplies: 5Last Post: 10th Jun 2022, 08:50 -
need help to download youtube vid (IMD, youtube-dl, streamlink not working)
By olli66 in forum Video Streaming DownloadingReplies: 6Last Post: 30th May 2022, 08:31 -
Youtube-dl and Youtube-dlp no longer work with nbc. Help with dl this link?
By PennyHartz in forum Video Streaming DownloadingReplies: 27Last Post: 30th Dec 2021, 01:59 -
How to fix the download failure with yt-dlp command for some live M3U8 link
By zydjohn in forum Video Streaming DownloadingReplies: 12Last Post: 26th Nov 2021, 14:35 -
YouTube link - origin
By eager to learn in forum Newbie / General discussionsReplies: 8Last Post: 16th Apr 2020, 18:57