wangwanjie / fetch-appstore-comments

抓取 App Store 或 Google Play 应用的评论数据并支持写入 Excel
MIT License
43 stars 17 forks source link

App Store抓取评论报错 #5

Closed chilohwei closed 3 years ago

chilohwei commented 3 years ago

安装好依赖后,成功开始抓取,但抓取报错,不太懂Python,麻烦指导一下,谢谢~

请输入应用id号:1116038378
请输入应用名称:lebolink
当前地址:https://itunes.apple.com/rss/customerreviews/page=1/id=1116038378/sortby=mostrecent/json?l=en&&cc=kh
Traceback (most recent call last):
  File "E:\comments\fetch-appstore-comments-master\app-store\splider.py", line 101, in <module>
    main()
  File "E:\comments\fetch-appstore-comments-master\app-store\splider.py", line 73, in main
    entry = data_feed['entry']
KeyError: 'entry'