Rahul Meena
Rahul Meena
same problem with me ` File "get_data.py", line 81, in main script = tree.xpath('//script[@language="javascript"]/text()')[0,1] TypeError: list indices must be integers or slices, not tuple`
` File "get_data.py", line 81, in main script = tree.xpath('//script[@language="javascript"]/text()')[0] IndexError: list index out of range `
line 81 script = tree.xpath('//script[@language="javascript"]/text()')[0] error: File "get_data.py", line 81, in main script = tree.xpath('//script[@language="javascript"]/text()')[0] IndexError: list index out of range