I'm trying to download a video from peenemunde.com that requires you to be a member (which I am) and youtube-dl returns this error
youtube-dl is up to date. I was wondering if somebody could help me. Here's what I tried out in cli:ERROR: Unable to download webpage: HTTP Error 403: Forbidden (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
and with my credentials :Code:youtube-dl https://peenemunde.quenelplus.com/vod_28493456/720p.m3u8
Code:youtube-dl --username xxxxxx --password xxxxx https://peenemunde.quenelplus.com/vod_28493456/720p.m3u8
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 8 of 8
-
-
it seems impossible to provide a solution if we can't try...
then, or post your credentials here (user & pssw) to enter on this site or send a PM to whoever you want ... -
I'm a bit annoyed because my login is my personal email address. Nevertheless I made a free registration yesterday and there is not even a check link to click.
Can you please do your own registration?
EDIT : As soon as you have signed in, page reload and you can directly play the videoLast edited by kaskaï; 13th Nov 2020 at 08:13.
-
I tried it with streamlink and was able to get the video by simply adding a http header
You can try the same with youtube-dl
Code:streamlink --http-header Referer=https://quenelplus.com/ "https://peenemunde.quenelplus.com/vod_28493456/720p.m3u8" best -o output_video.ts
-
Thanks a lot triple 7
, I managed to download thanks to you; I didn't know Streamlink.
Maybe someone will be able to transpose your command line to youtube-dl.
I tried but it doesn't work because --http-header is not an option
Code:youtube-dl --http-header Referer=https://quenelplus.com/ https://peenemunde.quenelplus.com/vod_28493456/720p.m3u8
-
no you are using it wrong this is how you do it in youtube-dl
youtube-dl --add-header "Referer:https://quenelplus.com/" "https://peenemunde.quenelplus.com/vod_28493456/720p.m3u8" -
Youtube-dl has a dedicated --referer option:
Code:youtube-dl --referer "https://quenelplus.com/" "https://peenemunde.quenelplus.com/vod_28493456/720p.m3u8"
-
Thanks for the extra help, notaghost and jagabo
OPTIONS
--referer REF >> specify a custom referer, use if the video access is restricted to one domain
Similar Threads
-
help downloading a youtube video
By olli66 in forum Video Streaming DownloadingReplies: 2Last Post: 12th Nov 2020, 16:15 -
Help downloading from Hotstar with youtube-dl.
By Bluesoul in forum Video Streaming DownloadingReplies: 9Last Post: 29th Oct 2020, 02:44 -
Need help downloading this vimeo with youtube-dl
By jimdagys in forum Video Streaming DownloadingReplies: 56Last Post: 20th Dec 2019, 17:51 -
Downloading Interview - Youtube
By devilcoelhodog in forum Video Streaming DownloadingReplies: 4Last Post: 11th Aug 2019, 11:42 -
youtube-dl downloading issue where login details required
By NEILROY in forum Video Streaming DownloadingReplies: 8Last Post: 27th Jun 2018, 05:58