2

Is there a standard way to request other/more than a default number of (say, typically 10) items to be included in a RSS document as returned from a web feed/server. For instance do some/most web feeds understand a URL parameter to this effect and what would the syntax be?

I am thinking of a general scheme with URLs of the type:

http://some.web.feed?count=20

Drux
  • 11,992
  • 13
  • 66
  • 116

1 Answers1

2

There is no standard way because it's dependent on how a site publishes its feeds.

Some may allow you to set a parameter to ask for a certain count of items. Others may not. This is up to the individual sites to implement or accept.

You will have to read any available documentation or tips per source on if they allow for such customisation.

random
  • 9,774
  • 10
  • 66
  • 83