Hi, I'm trying to run the following command URL in Windows as follows:
After I select video + audio N_m3u8DL-RE tries to download and after a couple of seconds I get this error: "Response status code does not indicate success: 403 (Forbidden)."Code:N_m3u8DL-RE "https://api.svt.se/ditto/api/v3/manifest?manifestUrl=https%3A%2F%2Fsvt-vod-4f.akamaized.net%2Fd0%2Fse%2F20240829%2F1789d05b-b176-4ad6-b6ce-7ee28f9b4725%2Fdash-full.mpd&platform=Windows%3B10%2CEdge%3B129&includeAudioCodecs=ec-3%2Cac-3%2Cmp4a.40&includeVideoCodecs=avc%2Chvc" -M format=mp4
[Attachment 82590 - Click to enlarge]
Do you know how to be able to download this stream? I open it in a browser with a VPN.
I appreciate all your help... Thanks.
+ Reply to Thread
Results 1 to 7 of 7
-
-
Possible missing headers. Add all the relevant headers and see if you still get 403. Stream detector comes in handy for generating the command
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
-
Open devtools, refresh the page, search for 'mpd', right clic on the request and copy as curl, paste it somewhere else, grab "-H ...." and add those to the N_m3u8DL-RE command.
You can grab the manifest url embeded in the original manifest url (https://www.urldecoder.org/fr/):
Code:https://svt-vod-4f.akamaized.net/d0/se/20240829/1789d05b-b176-4ad6-b6ce-7ee28f9b4725/dash-full.mpd
Can you share the video link ? -
You need to use a VPN for that video.
Code:N_m3u8DL-RE 'https://ed4.cdn.svt.se/d0/se/20240829/1789d05b-b176-4ad6-b6ce-7ee28f9b4725/dash-full.mpd' -M mkv -mt --save-name 'arkitekt-lewerentz'
Last edited by aqzs; 1st Oct 2024 at 17:01.
-
I still get an error.
[Attachment 82591 - Click to enlarge]
Similar Threads
-
Could you help me how to download this forbidden 403 m3u8?:(
By bu-woo in forum Video Streaming DownloadingReplies: 10Last Post: 30th Jul 2024, 19:34 -
Trying to download from olympics.com but get Server returned 403 Forbidden
By syrist in forum Video Streaming DownloadingReplies: 2Last Post: 1st Mar 2023, 13:25 -
403 Forbidden Error from yt-dlp on mpd file download?
By influx in forum Video Streaming DownloadingReplies: 12Last Post: 5th Oct 2021, 14:48 -
Tryng to download from animal planet... HTTP error 403 Forbidden
By syrist in forum Video Streaming DownloadingReplies: 3Last Post: 15th May 2020, 19:38 -
download afreecatv steaming with ffmpeg get HTTP error 403 Forbidden
By j2ee in forum Video Streaming DownloadingReplies: 1Last Post: 30th Apr 2020, 09:13