How to get more feeds from RSS url?

后端 未结 1 1503
野的像风
野的像风 2020-12-20 03:35

Let\'s take for example the following rss-link: http://yourdailygerman.wordpress.com/feed/

As you can see, the RSS publishs only 1 item at a time.

However, R

相关标签:
1条回答
  • 2020-12-20 04:20

    You can't get more item from a feed if it's the first time you fetch it... however (and this is what Feedly does!), you can store the content of today, so that when new items are added tomorrow, you have the items from today and tomorrow... etc. Eventually you'll have enough data!

    0 讨论(0)
提交回复
热议问题