VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 8 of 8
  1. Member
    Join Date
    May 2011
    Location
    Paris (France)
    Search Comp PM
    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
    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.
    youtube-dl is up to date. I was wondering if somebody could help me. Here's what I tried out in cli:
    Code:
    youtube-dl https://peenemunde.quenelplus.com/vod_28493456/720p.m3u8
    and with my credentials :
    Code:
    youtube-dl --username xxxxxx --password xxxxx https://peenemunde.quenelplus.com/vod_28493456/720p.m3u8
    Quote Quote  
  2. 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 ...
    Quote Quote  
  3. Member
    Join Date
    May 2011
    Location
    Paris (France)
    Search Comp PM
    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 video
    Last edited by kaskaï; 13th Nov 2020 at 08:13.
    Quote Quote  
  4. 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
    Quote Quote  
  5. Member
    Join Date
    May 2011
    Location
    Paris (France)
    Search Comp PM
    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
    Quote Quote  
  6. 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"
    Quote Quote  
  7. Youtube-dl has a dedicated --referer option:

    Code:
    youtube-dl --referer "https://quenelplus.com/" "https://peenemunde.quenelplus.com/vod_28493456/720p.m3u8"
    Quote Quote  
  8. Member
    Join Date
    May 2011
    Location
    Paris (France)
    Search Comp PM
    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
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!