Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. guest@debian:/media/guest/Late Night Shows/001-Late Night/Biography$ python youtube-dl --verbose https://www.biography.com/video/marjorie-merriweather-post-full-episode-2074654452
  2. [debug] System config: []
  3. [debug] User config: []
  4. [debug] Custom config: []
  5. [debug] Command-line args: [u'--verbose', u'https://www.biography.com/video/marjorie-merriweather-post-full-episode-2074654452']
  6. [debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
  7. [debug] youtube-dl version 2017.12.14
  8. [debug] Python version 2.7.14 - Linux-4.13.0-1-686-pae-i686-with-debian-buster-sid
  9. [debug] exe versions: ffmpeg 3.4-4, ffprobe 3.4-4, rtmpdump 2.4
  10. [debug] Proxy map: {}
  11. [generic] marjorie-merriweather-post-full-episode-2074654452: Requesting header
  12. WARNING: Falling back on generic information extractor.
  13. [generic] marjorie-merriweather-post-full-episode-2074654452: Downloading webpage
  14. [generic] marjorie-merriweather-post-full-episode-2074654452: Extracting information
  15. ERROR: Unsupported URL: https://www.biography.com/video/marjorie-merriweather-post-full-episode-2074654452
  16. Traceback (most recent call last):
  17. File "youtube-dl/youtube_dl/extractor/generic.py", line 2163, in _real_extract
  18. doc = compat_etree_fromstring(webpage.encode('utf-8'))
  19. File "youtube-dl/youtube_dl/compat.py", line 2539, in compat_etree_fromstring
  20. doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
  21. File "youtube-dl/youtube_dl/compat.py", line 2528, in _XML
  22. parser.feed(text)
  23. File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1659, in feed
  24. self._raiseerror(v)
  25. File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1523, in _raiseerror
  26. raise err
  27. ParseError: not well-formed (invalid token): line 1, column 70
  28. Traceback (most recent call last):
  29. File "youtube-dl/youtube_dl/YoutubeDL.py", line 784, in extract_info
  30. ie_result = ie.extract(url)
  31. File "youtube-dl/youtube_dl/extractor/common.py", line 437, in extract
  32. ie_result = self._real_extract(url)
  33. File "youtube-dl/youtube_dl/extractor/generic.py", line 3063, in _real_extract
  34. raise UnsupportedError(url)
  35. UnsupportedError: Unsupported URL: https://www.biography.com/video/marjorie-merriweather-post-full-episode-2074654452
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement