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

Broken arte links #10863

Closed
remyleone opened this issue Oct 6, 2016 · 1 comment
Closed

Broken arte links #10863

remyleone opened this issue Oct 6, 2016 · 1 comment
Labels

Comments

@remyleone
Copy link
Contributor

@remyleone remyleone commented Oct 6, 2016

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.10.02. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2016.10.02

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other
$ youtube-dl -v -t "http://www.arte.tv/guide/fr/038373-000-A/la-langue-cachee-d-amazonie?country=FR"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'-t', u'http://www.arte.tv/guide/fr/038373-000-A/la-langue-cachee-d-amazonie?country=FR']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.10.02
[debug] Python version 2.7.12 - Linux-4.4.0-38-generic-x86_64-with-Ubuntu-16.04-xenial
[debug] exe versions: ffmpeg 2.8.6-1ubuntu2, ffprobe 2.8.6-1ubuntu2
[debug] Proxy map: {}
[arte.tv:+7] la-langue-cachee-d-amazonie: Downloading webpage
[arte.tv:+7] la-langue-cachee-d-amazonie: Downloading JSON metadata
Traceback (most recent call last):
  File "/home/sieben/.local/bin/youtube-dl", line 11, in <module>
    sys.exit(main())
  File "/home/sieben/.local/lib/python2.7/site-packages/youtube_dl/__init__.py", line 445, in main
    _real_main(argv)
  File "/home/sieben/.local/lib/python2.7/site-packages/youtube_dl/__init__.py", line 435, in _real_main
    retcode = ydl.download(all_urls)
  File "/home/sieben/.local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 1791, in download
    url, force_generic_extractor=self.params.get('force_generic_extractor', False))
  File "/home/sieben/.local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 694, in extract_info
    ie_result = ie.extract(url)
  File "/home/sieben/.local/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 355, in extract
    return self._real_extract(url)
  File "/home/sieben/.local/lib/python2.7/site-packages/youtube_dl/extractor/arte.py", line 200, in _real_extract
    return self._extract_from_webpage(webpage, video_id, lang)
  File "/home/sieben/.local/lib/python2.7/site-packages/youtube_dl/extractor/arte.py", line 243, in _extract_from_webpage
    return self._extract_from_json_url(json_url, video_id, lang, title=title)
  File "/home/sieben/.local/lib/python2.7/site-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'
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Oct 6, 2016

There is no video on this page.

@dstftw dstftw closed this Oct 6, 2016
@dstftw dstftw added the invalid label Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.