infoq-downloader icon indicating copy to clipboard operation
infoq-downloader copied to clipboard

Downloading HTML file error: IndexError: list index out of range

Open laseryuan opened this issue 11 years ago • 1 comments

After run this command:

python infoq_downloader.py http://www.infoq.com/presentations/LMAX

I got the following message: Downloading HTML file Traceback (most recent call last): File "infoq_downloader.py", line 38, in video_url = html_doc.cssselect('video > source')[0].attrib['src'] IndexError: list index out of range

laseryuan avatar Apr 17 '14 15:04 laseryuan

InfoQ changed their streaming to use RTMPE which is not yet supported :(

mtayseer avatar Apr 17 '14 16:04 mtayseer