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

list index out of range

Open dpolivaev opened this issue 10 years ago • 5 comments
trafficstars

C:\Users\Dimitry\Downloads>infoq_downloader.exe http://www.infoq.com/presentations/responsive-design Downloading HTML file Traceback (most recent call last): File "", line 35, in IndexError: list index out of range

dpolivaev avatar Apr 10 '15 20:04 dpolivaev

+1 i also see this.

ashishnegi avatar Apr 17 '15 07:04 ashishnegi

+1

yoghi avatar Dec 10 '15 16:12 yoghi

+1 with this presentation: http://www.infoq.com/presentations/archaeopteryx-bowkett

candeira avatar Jan 05 '16 03:01 candeira

+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

philsquared avatar Feb 19 '16 22:02 philsquared

Oh, actually I see it's covered here: https://github.com/mtayseer/infoq-downloader/issues/9

philsquared avatar Feb 19 '16 22:02 philsquared