You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've verified that I'm running youtube-dl version 2019.07.27
I've checked that all provided URLs are alive and playable in a browser
I've checked that all URLs and arguments with special characters are properly quoted or escaped
I've searched the bugtracker for similar issues including closed ones
Verbose log
$ youtube-dl -v "https://www.nbcnews.com/nightly-news/video/9-year-old-girl-thrown-in-the-air-after-yellowstone-bison-attacks-64477253774"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.nbcnews.com/nightly-news/video/9-year-old-girl-thrown-in-the-air-after-yellowstone-bison-attacks-64477253774']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.07.27
[debug] Python version 3.4.2 (CPython) - Linux-3.16.0-10-amd64-x86_64-with-debian-8.11
[debug] exe versions: ffmpeg 3.2.10-1, ffprobe 3.2.10-1, rtmpdump 2.4
[debug] Proxy map: {}
[ThePlatformFeed] 64477253774: Downloading JSON metadata
Traceback (most recent call last):
File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.4/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/ant/bin/youtube-dl/__main__.py", line 19, in <module>
File "/home/ant/bin/youtube-dl/youtube_dl/__init__.py", line 474, in main
File "/home/ant/bin/youtube-dl/youtube_dl/__init__.py", line 464, in _real_main
File "/home/ant/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2008, in download
File "/home/ant/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 807, in extract_info
File "/home/ant/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 873, in process_ie_result
File "/home/ant/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
File "/home/ant/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
File "/home/ant/bin/youtube-dl/youtube_dl/extractor/theplatform.py", line 411, in _real_extract
File "/home/ant/bin/youtube-dl/youtube_dl/extractor/theplatform.py", line 345, in _extract_feed_info
Description
Unable to download due to:
$ youtube-dl "https://www.nbcnews.com/nightly-news/video/9-year-old-girl-thrown-in-the-air-after-yellowstone-bison-attacks-64477253774"
[ThePlatformFeed] 64477253774: Downloading JSON metadata
Traceback (most recent call last):
File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.4/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/ant/bin/youtube-dl/main.py", line 19, in
File "/home/ant/bin/youtube-dl/youtube_dl/init.py", line 474, in main
File "/home/ant/bin/youtube-dl/youtube_dl/init.py", line 464, in _real_main
File "/home/ant/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2008, in download
File "/home/ant/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 807, in extract_info
File "/home/ant/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 873, in process_ie_result
File "/home/ant/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
File "/home/ant/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
File "/home/ant/bin/youtube-dl/youtube_dl/extractor/theplatform.py", line 411, in _real_extract
File "/home/ant/bin/youtube-dl/youtube_dl/extractor/theplatform.py", line 345, in _extract_feed_info
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Checklist
Verbose log
Description
Unable to download due to:
$ youtube-dl "https://www.nbcnews.com/nightly-news/video/9-year-old-girl-thrown-in-the-air-after-yellowstone-bison-attacks-64477253774"
[ThePlatformFeed] 64477253774: Downloading JSON metadata
Traceback (most recent call last):
File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.4/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/ant/bin/youtube-dl/main.py", line 19, in
File "/home/ant/bin/youtube-dl/youtube_dl/init.py", line 474, in main
File "/home/ant/bin/youtube-dl/youtube_dl/init.py", line 464, in _real_main
File "/home/ant/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2008, in download
File "/home/ant/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 807, in extract_info
File "/home/ant/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 873, in process_ie_result
File "/home/ant/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
File "/home/ant/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
File "/home/ant/bin/youtube-dl/youtube_dl/extractor/theplatform.py", line 411, in _real_extract
File "/home/ant/bin/youtube-dl/youtube_dl/extractor/theplatform.py", line 345, in _extract_feed_info
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: