div = html_text.find_all("div", class_="fp-player")[0]
IndexError: list index out of range
请问有什么问题???
list index out of range,超出索引范围了,说明在你设置的那个网页中没有找到class_="fp-player"的div节点