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.77k stars 10.07k forks source link

Youtube: 403 error on MPD manifest #12444

Closed DoctorVanGogh closed 7 years ago

DoctorVanGogh commented 7 years ago

Please follow the guide below


Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.03.10. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

Before submitting an issue make sure you have:

What is the purpose of your issue?


Youtube-dl got a 403 error on a MPD download, and told me to submit a bug request, so this is it 😁

youtube-dl.exe https://www.youtube.com/watch?v=mjAYZs4SLlw --verbose
[debug] System config: []
[debug] User config: ['--ffmpeg-location', 'c:\\ffmpeg\\bin', '--external-downloader', 'aria2c', '--external-downloader-args', '-j 8 -s 8 -x 8 -k 5M']
[debug] Custom config: []
[debug] Command-line args: ['https://www.youtube.com/watch?v=mjAYZs4SLlw', '--verbose']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2017.03.10
[debug] Python version 3.4.4 - Windows-10-10.0.14393
[debug] exe versions: ffmpeg N-83657-g7e4f32f, ffprobe N-83657-g7e4f32f
[debug] Proxy map: {}
[youtube] mjAYZs4SLlw: Downloading webpage
[youtube] mjAYZs4SLlw: Downloading video info webpage
[youtube] mjAYZs4SLlw: Extracting video information
[youtube] {22} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {43} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {18} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {36} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {17} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {137} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {248} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {299} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {303} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {136} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {247} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {298} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {302} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {135} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {244} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {134} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {243} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {133} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {242} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {160} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {278} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {140} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {171} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {249} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {250} signature length 40.40, html5 player en_US-vflclXGin
[youtube] {251} signature length 40.40, html5 player en_US-vflclXGin
[youtube] mjAYZs4SLlw: Downloading MPD manifest
WARNING: [youtube] mjAYZs4SLlw: Skipping DASH manifest: ExtractorError('Failed to download MPD manifest: 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.',)
WARNING: Requested formats are incompatible for merge and will be merged into mkv.
[debug] Invoking downloader on '*URLREMOVED*'
[download] Destination: Horizon Zero Dawn - Ep 32 - CAULDRON CORE AND STEALTH TRIALS - Let's Play Horizon Zero Dawn-mjAYZs4SLlw.f299.mp4
[debug] aria2c command line: aria2c -c -j 8 -s 8 -x 8 -k 5M --out 'Horizon Zero Dawn - Ep 32 - CAULDRON CORE AND STEALTH TRIALS - Let'"'"'s Play Horizon Zero Dawn-mjAYZs4SLlw.f299.mp4.part' --header 'Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7' --header 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)' --header 'Accept-Language: en-us,en;q=0.5' --header 'Accept-Encoding: gzip, deflate' --header 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' --check-certificate=true -- '*URLREMOVED*'
dstftw commented 7 years ago

Duplicate of #8944.