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

GDCVault/Digitally Speaking: can't find XML element's text ./slideVideo #13513

Closed
4 of 8 tasks
steinuil opened this issue Jun 28, 2017 · 0 comments
Closed
4 of 8 tasks

Comments

@steinuil
Copy link

steinuil commented Jun 28, 2017

$ youtube-dl --verbose http://www.gdcvault.com/play/1014846/Conference-Keynote-Shigeru
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'http://www.gdcvault.com/play/1014846/Conference-Keynote-Shigeru']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.06.25
[debug] Python version 3.6.1 - FreeBSD-11.0-RELEASE-p1-amd64-64bit-ELF
[debug] exe versions: ffmpeg 3.2.4, ffprobe 3.2.4, rtmpdump 2.4
[debug] Proxy map: {}
[GDCVault] Conference-Keynote-Shigeru: Downloading webpage
[DigitallySpeaking] p25-miyamoto1999_1282467389849HSVB: Downloading XML
ERROR: Could not find XML element's text ./slideVideo; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/home/steenuil/.local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 762, in extract_info
    ie_result = ie.extract(url)
  File "/home/steenuil/.local/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 433, in extract
    ie_result = self._real_extract(url)
  File "/home/steenuil/.local/lib/python3.6/site-packages/youtube_dl/extractor/dispeak.py", line 106, in _real_extract
    video_formats = self._parse_flv(metadata)
  File "/home/steenuil/.local/lib/python3.6/site-packages/youtube_dl/extractor/dispeak.py", line 76, in _parse_flv
    slide_video_path = xpath_text(metadata, './slideVideo', fatal=True)
  File "/home/steenuil/.local/lib/python3.6/site-packages/youtube_dl/utils.py", line 318, in xpath_text
    raise ExtractorError('Could not find XML element\'s text %s' % name)
youtube_dl.utils.ExtractorError: Could not find XML element's text ./slideVideo; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.06.25. 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 2017.06.25

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

Description of your issue, suggested solution and other information

This video doesn't seem to come with slides, maybe not finding text in the slideVideo element could be made non-fatal?

http://events.digitallyspeaking.com/gdc/project25/xml/p25-miyamoto1999_1282467389849HSVB.xml

@steinuil steinuil changed the title GDCVault/Digitally Speaking: can't find XML element ./slideVideo GDCVault/Digitally Speaking: can't find XML element's text ./slideVideo Jun 28, 2017
@dstftw dstftw closed this as completed in b8645c1 May 4, 2021
fossdd pushed a commit to ex-dl/ex-dl that referenced this issue May 10, 2021
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