KeyError: 'videoJsonPlayer' for arte.tv #774

Closed
opened 2026-02-20 21:22:41 -05:00 by deekerman · 3 comments
Owner

Originally created by @grexe on GitHub (Jul 7, 2013).

I now got the (also json-related) KeyError for arte.tv - should I open a new issue for this?
Here's my output:

[grexe@grexbox arte]$ youtube-dl -t --verbose http://www.arte.tv/guide/de/022471-000/dr-bowie-mr-jones
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-t', '--verbose', 'http://www.arte.tv/guide/de/022471-000/dr-bowie-mr-jones']
[debug] youtube-dl version 2013.07.07.01
[debug] Python version 2.7.3 - Linux-3.9.2-1-CHAKRA-x86_64-with-chakra
[debug] Proxy map: {}
[arte.tv] 022471-000: Downloading info json
[arte.tv] 022471-000: Extracting information
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, 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 18, in <module>
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 634, in main

  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 618, in _real_main

  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 574, in download
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 92, in extract
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/arte.py", line 65, in _real_extract
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/arte.py", line 90, in _extract_emission
KeyError: 'videoJsonPlayer'

Downloading other videos from arte.tv works fine.

Originally created by @grexe on GitHub (Jul 7, 2013). I now got the (also json-related) KeyError for arte.tv - should I open a new issue for this? Here's my output: ``` bash [grexe@grexbox arte]$ youtube-dl -t --verbose http://www.arte.tv/guide/de/022471-000/dr-bowie-mr-jones [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['-t', '--verbose', 'http://www.arte.tv/guide/de/022471-000/dr-bowie-mr-jones'] [debug] youtube-dl version 2013.07.07.01 [debug] Python version 2.7.3 - Linux-3.9.2-1-CHAKRA-x86_64-with-chakra [debug] Proxy map: {} [arte.tv] 022471-000: Downloading info json [arte.tv] 022471-000: Extracting information Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 162, 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 18, in <module> File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 634, in main File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 618, in _real_main File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 574, in download File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 92, in extract File "/usr/local/bin/youtube-dl/youtube_dl/extractor/arte.py", line 65, in _real_extract File "/usr/local/bin/youtube-dl/youtube_dl/extractor/arte.py", line 90, in _extract_emission KeyError: 'videoJsonPlayer' ``` Downloading other videos from arte.tv works fine.
Author
Owner

@phihag commented on GitHub (Jul 7, 2013):

Thanks for the report! Fixed as of youtube-dl 2013.07.08. Type

sudo youtube-dl -U

to update.

@phihag commented on GitHub (Jul 7, 2013): Thanks for the report! Fixed as of youtube-dl 2013.07.08. Type ``` sudo youtube-dl -U ``` to update.
Author
Owner

@grexe commented on GitHub (Jul 8, 2013):

again many thanks, will check it out today...

@grexe commented on GitHub (Jul 8, 2013): again many thanks, will check it out today...
Author
Owner

@grexe commented on GitHub (Jul 8, 2013):

worked fine, no error.

@grexe commented on GitHub (Jul 8, 2013): worked fine, no error.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#774
No description provided.