-
Notifications
You must be signed in to change notification settings - Fork 24
Description
As stated in the title, I tried downloading a university presentation, for which I need a username and password to access.Trying to download the presentation resulted in the next error (I included thw whole process, from the command to the error):
sudo bash capture-full-replay.sh https://manager.didaktik-bigblue.rwu.de/playback/presentation/2.0/playback.html?meetingId=fa8c2d3e6b6816ea4fa13adcc3f0f4fed44469c5-1587016732599
Traceback (most recent call last):
File "/home/nhd/bbb-downloader/bbb.py", line 127, in
extractor._real_extract(url)
File "/home/nhd/bbb-downloader/bbb.py", line 69, in _real_extract
root = ET.fromstring(metadata)
File "/usr/lib/python3.8/xml/etree/ElementTree.py", line 1320, in XML
parser.feed(text)
xml.etree.ElementTree.ParseError: mismatched tag: line 8, column 6
Any ideas guys?