BlankerL / DXY-COVID-19-Crawler

2019新型冠状病毒疫情实时爬虫及API | COVID-19/2019-nCoV Realtime Infection Crawler and API
https://lab.isaaclin.cn/nCoV/
MIT License
1.99k stars 400 forks source link

added rumor and removed unnecessary while loop #17

Closed gucciwu closed 4 years ago

gucciwu commented 4 years ago

丁香园改变了JSON文件的格式,里面包含了所有rumor的信息,文件名称没有变,大概率不会改变这个文件名称。 在Crawler.crawler()方法中的while循环好像有点多余,我将它移除了,在第二个commit中。