-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to download video info webpage: HTTP Error 404: Not Found #29037
Comments
A hint as to which of the 242 items is being processed? The crash is in code that is run only for Python 2. I get
|
Still a bug with 2021.06.06:
As one may see,
Note that the "rebuttal" comment by @dirkf did not actually attempt to download an age-restricted page; no "Refetching age-gated info webpage" message in the log. |
For those in need of a workaround: get a 'cookies.txt' extension, save the cookies file from the webpage after you log in, then pass that file via |
See issue #29333. |
youtube-dl -x --audio-format mp3 https://www.youtube.com/playlist?list=PLN9FZ3ijwb1GESe-ESS6uydZuoQ0FtKU_
...
[youtube] AsIQ_kA77b4: Downloading webpage
[download] Destination: Ghost in the Shell (1995) Opening-AsIQ_kA77b4.m4a
[download] 100% of 2.93MiB in 00:00
[ffmpeg] Correcting container in "Ghost in the Shell (1995) Opening-AsIQ_kA77b4.m4a"
[ffmpeg] Destination: Ghost in the Shell (1995) Opening-AsIQ_kA77b4.mp3
Deleting original file Ghost in the Shell (1995) Opening-AsIQ_kA77b4.m4a (pass -k to keep)
[download] Downloading video 57 of 242
[youtube] DNPM95iuKKk: Downloading webpage
[youtube] DNPM95iuKKk: Refetching age-gated info webpage
WARNING: unable to download video info webpage: HTTP Error 404: Not Found
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl/main.py", line 19, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 475, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 465, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2060, in download
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 799, in extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 806, in wrapper
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 838, in __extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 924, in process_ie_result
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1058, in __process_playlist
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 806, in wrapper
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1068, in __process_iterable_entry
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 879, in process_ie_result
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 799, in extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 806, in wrapper
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 827, in __extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 534, in extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1502, in _real_extract
File "/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2644, in compat_parse_qs
File "/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2614, in _parse_qsl
AttributeError: 'bool' object has no attribute 'split'
root@sparrow:/home/rene/Downloads/youtube/DBZ AMV GMV#
please let me know if, and how, i possibly should provide you with more details.
The text was updated successfully, but these errors were encountered: