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

Videomore - could not find XML element video url #21903

Closed
mygazztop opened this issue Jul 26, 2019 · 0 comments
Closed

Videomore - could not find XML element video url #21903

mygazztop opened this issue Jul 26, 2019 · 0 comments
Labels
DRM

Comments

@mygazztop
Copy link

@mygazztop mygazztop commented Jul 26, 2019

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2019.07.16
  • 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 bug reports including closed ones
  • I've read bugs section in FAQ

Hello! I tried to download a video from videomore.ru, but something went wrong. Here is the log:

C:\Users\user>youtube-dl -v https://videomore.ru/krasotka_na_vsyu_golovu
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://videomore.ru/krasotka_na_vsyu_golovu']
[debug] Encodings: locale cp1251, fs utf-8, out utf-8, pref cp1251
[debug] youtube-dl version 2019.07.16
[debug] Python version 3.7.2 (CPython) - Windows-10-10.0.17763-SP0
[debug] exe versions: ffmpeg N-94324-g806ac7da69, ffprobe N-94324-g806ac7da69
[debug] Proxy map: {}
[videomore:video] krasotka_na_vsyu_golovu: Downloading webpage
[videomore] 733045: Downloading video XML
ERROR: Could not find XML element video url; 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 "c:\python37\lib\site-packages\youtube_dl\YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
File "c:\python37\lib\site-packages\youtube_dl\extractor\common.py", line 530, in extract
ie_result = self._real_extract(url)
File "c:\python37\lib\site-packages\youtube_dl\extractor\videomore.py", line 131, in _real_extract
video_url = xpath_text(item, './video_url', 'video url', fatal=True)
File "c:\python37\lib\site-packages\youtube_dl\utils.py", line 1898, in xpath_text
n = xpath_element(node, xpath, name, fatal=fatal, default=default)
File "c:\python37\lib\site-packages\youtube_dl\utils.py", line 1891, in xpath_element
raise ExtractorError('Could not find XML element %s' % name)
youtube_dl.utils.ExtractorError: Could not find XML element video url; 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.

How do I fix this problem?

@dstftw dstftw closed this Jul 26, 2019
@dstftw dstftw added the DRM label Jul 26, 2019
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.