infoq-downloader
infoq-downloader copied to clipboard
list index out of range
trafficstars
C:\Users\Dimitry\Downloads>infoq_downloader.exe http://www.infoq.com/presentations/responsive-design
Downloading HTML file
Traceback (most recent call last):
File "
+1 i also see this.
+1
+1 with this presentation: http://www.infoq.com/presentations/archaeopteryx-bowkett
+1 (not sure if exactly the same):
$ python infoq_downloader.py http://www.infoq.com/presentations/Value-Identity-State-Rich-Hickey
Downloading HTML file
Traceback (most recent call last):
File "infoq_downloader.py", line 51, in <module>
video_url = html_doc.cssselect('video > source')[0].attrib['src']
IndexError: list index out of range
Oh, actually I see it's covered here: https://github.com/mtayseer/infoq-downloader/issues/9