Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google News RSS only returns 10 items? #4

Closed
kez opened this issue May 28, 2009 · 1 comment
Closed

Google News RSS only returns 10 items? #4

kez opened this issue May 28, 2009 · 1 comment

Comments

@kez
Copy link

kez commented May 28, 2009

Hello -

Firstly, thoroughly enjoyed the speed and ease of use of feedzirra so far.

I am noticing that when I call fetch_and_parse(array_of_urls), the results from Google News RSS feeds and Google Blog Search RSS feeds routinely have only 10 items, even though if you navigate the to URL, there are far more.

For example, if you go to:

http://news.google.com/news?pz=1&ned=us&hl=en&q=earthquake&output=RSS

There can bewell, up to a hundred results, shall we say? Now put this through Feedzirra and we get 10.

require 'rubygems'
require 'feedzirra'

@Feed = Feedzirra::Feed.fetch_and_parse("http://news.google.com/news?pz=1&ned=us&hl=en&q=earthquake&output=RSS")

puts @feed.entries.count

Could this be Google limiting what Ruby/Feedzirra can access? If so, is it possible to change the client identification string for accessing these services?

Cheers,

kez.

@kez
Copy link
Author

kez commented May 28, 2009

Hm. If you open that link in Opera you get upto a hundred entries, if you open it in IE or Fx you get 10.

Seems nothing is wrong with Feedzirra - apologies for false accusations.

PascalTurbo pushed a commit to PascalTurbo/feedjira that referenced this issue Dec 19, 2016
# This is the 1st commit message:
Added core logging functionality (feedjira#312)
Added core configuration functionality (feedjira#340)

# This is the commit message #2:

Add convenience Methods for logging Messages (feedjira#312)

# This is the commit message feedjira#3:

Replace warn with logger (feedjira#312)

# This is the commit message feedjira#4:

Add logger messages for shadowed exceptions (feedjira#312)

# This is the commit message feedjira#5:

Enhaced Documentation for LogLevel (feedjira#312)

# This is the commit message feedjira#6:

Fixed some Logger related issues (feedjira#312)

# This is the commit message feedjira#7:

Added local DEFAULTS configuration (feedjira#312,feedjira#340)
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant