Skip to content
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

"IndexError: list index out of range" from https://www.nbcnews.com/nightly-news/video/... #21923

Closed
5 tasks done
antdude opened this issue Jul 29, 2019 · 0 comments
Closed
5 tasks done

Comments

@antdude
Copy link

antdude commented Jul 29, 2019

Checklist

  • I'm reporting a broken site support
  • 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

meunierd referenced this issue in meunierd/youtube-dl Feb 13, 2020
closes #12569
closes #12576
closes #21703
closes #21923
pareronia referenced this issue in pareronia/youtube-dl Jun 22, 2020
closes #12569
closes #12576
closes #21703
closes #21923
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant