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

[ComedyCentralShows] xml.etree.ElementTree.ParseError: no element found: line 1, column 0 #3419

Closed
fstirlitz opened this issue Aug 2, 2014 · 1 comment

Comments

@fstirlitz
Copy link
Contributor

@fstirlitz fstirlitz commented Aug 2, 2014

$ youtube-dl -v http://thedailyshow.cc.com/videos/ythuz7/a-long-weekend-of-peace
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--xattrs', '--add-metadata', '-v', 'http://thedailyshow.cc.com/videos/ythuz7/a-long-weekend-of-peace']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.07.30
[debug] Python version 3.4.1 - Linux-3.15.7-1-ARCH-x86_64-with-arch
[debug] Proxy map: {}
[ComedyCentralShows] a-long-weekend-of-peace: Downloading webpage
[ComedyCentralShows] a-long-weekend-of-peace: Downloading show index
[ComedyCentralShows] a-long-weekend-of-peace: Downloading configuration for segment 1 / 1
Traceback (most recent call last):
  File "/usr/bin/youtube-dl", line 9, in <module>
    load_entry_point('youtube-dl==2014.07.30', 'console_scripts', 'youtube-dl')()
  File "/usr/lib/python3.4/site-packages/youtube_dl/__init__.py", line 889, in main
    _real_main(argv)
  File "/usr/lib/python3.4/site-packages/youtube_dl/__init__.py", line 879, in _real_main
    retcode = ydl.download(all_urls)
  File "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 1052, in download
    self.extract_info(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 516, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 170, in extract
    return self._real_extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/comedycentral.py", line 172, in _real_extract
    'Downloading configuration for segment %d / %d' % (part_num + 1, len(item_els)))
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 300, in _download_xml
    return xml.etree.ElementTree.fromstring(xml_string.encode('utf-8'))
  File "/usr/lib/python3.4/xml/etree/ElementTree.py", line 1326, in XML
    return parser.close()
xml.etree.ElementTree.ParseError: no element found: line 1, column 0
@fstirlitz
Copy link
Contributor Author

@fstirlitz fstirlitz commented Aug 2, 2014

Problem seems gone now.

@fstirlitz fstirlitz closed this Aug 2, 2014
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
1 participant
You can’t perform that action at this time.