Closed imjiaoyuan closed 2 months ago
@yuanj82 the format you are putting feed_list
is wrong. try reading the doc and use the correct format
feed_list: >
https://tech.meituan.com/feed/,
https://k1r.in/rss.xml,
https://www.eaimty.com/rss.xml,
translates to
https://tech.meituan.com/feed/, /nhttps://k1r.in/rss.xml,/n https://www.eaimty.com/rss.xml,
Which is wrong
Use the following instead:
feed_list: "https://tech.meituan.com/feed/, https://k1r.in/rss.xml, https://www.eaimty.com/rss.xml"
Describe the bug
Successfully pulled, but the number of articles is 0
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Workflow Yml Used
Additional context
The actions log is as follows
Double check the following
Before opening a bug, Please make sure that you had done the following, add a checkmark if done by marking it with
[x]
: