ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132.74k stars 10.07k forks source link

Extract Error Could not download dash manifest HTTP Error 403: Forbidden #6545

Closed Bryannn closed 9 years ago

Bryannn commented 9 years ago

Hi, I'm not able to download any videos from YouTube it gives me this error. Extract Error Could not download dash manifest HTTP Error 403: Forbidden I have the latest version installed. Would downgrading to the last worked version fix this issue and if it would could someone give me the commands to downgrade to the previous version. Thanks

This is the exact error:

[youtube] Mk7-GRWq7wA: Downloading webpage [youtube] Mk7-GRWq7wA: Downloading video info webpage [youtube] Mk7-GRWq7wA: Extracting video information [youtube] Mk7-GRWq7wA: Downloading DASH manifest WARNING: [youtube] Mk7-GRWq7wA: Skipping DASH manifest: ExtractorError(u'Could n ot download DASH manifest: HTTP Error 403: Forbidden (caused by HTTPError()); pl ease report this issue on https://yt-dl.org/bug . Make sure you are using the la test version; type youtube-dl -U to update. Be sure to call youtube-dl with th e --verbose flag and include its complete output.',) ERROR: unable to download video data: HTTP Error 403: Forbidden

and then nothing happens.

Djavvalen commented 9 years ago

same issue here, but i upgraded to windows 10 tho

yangofzeal commented 9 years ago

same issue here, Mac OSX on about any youtube video post HTML-5 upgrade.

Djavvalen commented 9 years ago

my friend helped me fix the problem, the solution:

open your cmd panel fill your path in together with the command --no-cache-dir (+ a random youtube link) into your cmd

for example: "C:\SinusBot\youtube-dl.exe" --no-cache-dir "https://www.youtube.com/watch?v=EpbjEttizy8"

and its fixed, no problem ;)

yangofzeal commented 9 years ago

Excellent. Adding the -no-cache-dir option fixes the download. Originally the problem sometimes only occurred when using -k option but adding no cache dir seems to fix it. Thanks!

Bryannn commented 9 years ago

Thank you so much Djavvalen. This works like a charm. Appreciated!