Convert HTML into CSV

后端 未结 5 1872

I want to convert a HTML table as obtained from the script below into a CSV file, but got type error as follows:

TypeError: sequence item 0: expected

5条回答
  •  既然无缘
    2020-11-29 08:34

    {'ip': '165.225.106.65', 'status': 'BLACKLISTED 3/114', 'location': ' (IN) India', 'isp': 'Zscaler', 'asn': 'AS53813 - ZSCALER-INC', 'hostname': 'Unknown'}
    

提交回复
热议问题