Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Exception on ArteTVBaseIE #13289
Exception on ArteTVBaseIE #13289
Comments
|
damn, video not available anymore. sorry. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.06.05. 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 -v http://www.arte.tv/de/videos/051656-000-A/die-revolution-der-selbstlosen
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'http://www.arte.tv/de/videos/051656-000-A/die-revolution-der-selbstlosen']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.06.05
[debug] Python version 2.7.9 - Linux-3.16.0-4-amd64-x86_64-with-debian-8.8
[debug] exe versions: avconv 11.9-6, avprobe 11.9-6, rtmpdump 2.4
[debug] Proxy map: {}
[arte.tv:+7] die-revolution-der-selbstlosen: Downloading webpage
[arte.tv:+7] die-revolution-der-selbstlosen: Downloading JSON metadata
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl", line 11, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/init.py", line 465, in main
_real_main(argv)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/init.py", line 455, in _real_main
retcode = ydl.download(all_urls)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1897, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 761, in extract_info
ie_result = ie.extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 433, in extract
ie_result = self._real_extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/arte.py", line 203, in _real_extract
return self._extract_from_webpage(webpage, video_id, lang)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/arte.py", line 246, in _extract_from_webpage
return self._extract_from_json_url(json_url, video_id, lang, title=title)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/arte.py", line 110, in _extract_from_json_url
for format_id, format_dict in player_info['VSR'].items():
AttributeError: 'list' object has no attribute 'items'