📌  相关文章
📜  AttributeError: 'NoneType' 对象没有属性 'find_all',同时导入 twitterscraper 模块. - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:46.356000             🧑  作者: Mango

代码示例1
In query.py you need to change 
table = soup.find('table',id='proxylisttable') 
to 
table = soup.find('table', {"class": 'table'}) 
because they change proxy site