Follower count not right
timqian opened this issue · 6 comments
timqian commented
E.g. For this blog, the follower count is > 200, but in readme, it is -1
-1 | 胡涂说 | https://hutusi.com/
drewduong commented
I can help with that!
yzqzss commented
是 feeds.pub 问题哈哈。 @timqian
向 https://api.feeds.pub/graphql 请求
{
f196: feed(id: "https://lyric.im/feed/rss.xml") {
followerCount
}
}
这个 feed 的数据时,会因为源站超时导致 API 返回空响应的 HTTP 502,然后
chinese-independent-blogs/script.js
Line 24 in 4bd19f8
与它同一批 pageSize 里的博客就全变成默认的 -1 了。
chinese-independent-blogs/script.js
Line 16 in 4bd19f8
hutusi commented
👍