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

[mtv.de] changed url from 'shows' to 'folgen' #22113

Closed
5 tasks done
Soeren86n opened this issue Aug 16, 2019 · 0 comments
Closed
5 tasks done

[mtv.de] changed url from 'shows' to 'folgen' #22113

Soeren86n opened this issue Aug 16, 2019 · 0 comments

Comments

@Soeren86n
Copy link

Soeren86n commented Aug 16, 2019

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2019.08.13
  • 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 issues including closed ones

Verbose log

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'http://www.mtv.de/folgen/b5thb0/teen-mom-2-wo-ist-die-liebe-S6-F7', u'--verbose']
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.
[debug] Encodings: locale ANSI_X3.4-1968, fs ANSI_X3.4-1968, out ANSI_X3.4-1968, pref ANSI_X3.4-1968
[debug] youtube-dl version 2019.08.13
[debug] Git HEAD: def849e
[debug] Python version 2.7.12 (CPython) - Linux-4.4.0-18956-Microsoft-x86_64-with-Ubuntu-16.04-xenial
[debug] exe versions: ffmpeg 2.8.15, ffprobe 2.8.15, rtmpdump 2.4
[debug] Proxy map: {}
[generic] teen-mom-2-wo-ist-die-liebe-S6-F7: Requesting header
WARNING: Falling back on generic information extractor.
[generic] teen-mom-2-wo-ist-die-liebe-S6-F7: Downloading webpage
[generic] teen-mom-2-wo-ist-die-liebe-S6-F7: Extracting information
ERROR: Unsupported URL: http://www.mtv.de/folgen/b5thb0/teen-mom-2-wo-ist-die-liebe-S6-F7
Traceback (most recent call last):
  File "youtube_dl/extractor/generic.py", line 2357, in _real_extract
    doc = compat_etree_fromstring(webpage.encode('utf-8'))
  File "youtube_dl/compat.py", line 2551, in compat_etree_fromstring
    doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
  File "youtube_dl/compat.py", line 2540, in _XML
    parser.feed(text)
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1653, in feed
    self._raiseerror(v)
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1517, in _raiseerror
    raise err
ParseError: not well-formed (invalid token): line 8, column 440
Traceback (most recent call last):
  File "youtube_dl/YoutubeDL.py", line 796, in extract_info
    ie_result = ie.extract(url)
  File "youtube_dl/extractor/common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "youtube_dl/extractor/generic.py", line 3333, in _real_extract
    raise UnsupportedError(url)
UnsupportedError: Unsupported URL: http://www.mtv.de/folgen/b5thb0/teen-mom-2-wo-ist-die-liebe-S6-F7

Description

mtv.de has changed the URL to a new shorter Format
Here is the new URL Format -> http://www.mtv.de/folgen/b5thb0/teen-mom-2-wo-ist-die-liebe-S6-F7

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