HI Everyone,
I have been reading through the forum and trying to re-search this for a few hours now, but I still can not find the end result.
I receive the error : Could not send HEAD request to https://[LINK]: HTTP Error 403: no credentials to authenticate
I pass cookies through, I have tried all authentication options and all request headers and still have no luck.
I have tried other software such as n_m3u8dl and FFMPEG.
Does anyone have any other ideas on how I could get this MPD downloaded? or what I may need to pass through YT-DLP?
+ Reply to Thread
Results 1 to 4 of 4
-
-
How ? Post your syntax (command)
For starters, if its WV it needs a completely different approach anyway- give us the url of the video you are trying to DL and show us the syntax of your command that you used, instead of being vague...so without proper credentials and an url all I can suggest for now is:
Code:yt-dlp --cookies-from-browser firefox "some-mpd-URL"
Could also add --referer "https://www.yoursite.com"
Code:yt-dlp --cookies-from-browser firefox --referer "https://www.yoursite.com" "some-mpd-URL"
Last edited by codehound; 20th Nov 2021 at 20:19.
-
yea, good words codehound.
anyway about --cookies-from-browser assuming FF installed in its own path ... but with browser on portable version?
- installed on other partition (no C) -
yes it possible this:
Code:--cookies-from-browser BROWSER[:PROFILE_NAME_OR_PATH]
Last edited by lomero; 21st Nov 2021 at 07:31.
Similar Threads
-
403 Forbidden Error from yt-dlp on mpd file download?
By influx in forum Video Streaming DownloadingReplies: 12Last Post: 5th Oct 2021, 14:48 -
yt-dlp error "HTTP Error 403: Forbidden". MPD downloading [ABC.com site]
By nikshell29 in forum Video Streaming DownloadingReplies: 5Last Post: 26th Aug 2021, 15:18 -
youtube-dl 403 error
By nikshell29 in forum Video Streaming DownloadingReplies: 6Last Post: 3rd Jul 2021, 07:44 -
ffmpeg error 403
By bigge in forum Video Streaming DownloadingReplies: 3Last Post: 13th May 2021, 08:51 -
yt-dlp + mdp: "Could not send HEAD request" - HTTP error 403: forbidden
By oopargentina in forum Video Streaming DownloadingReplies: 6Last Post: 27th Mar 2021, 10:01