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

Getting rate limiting issue? #116

Closed
hoavt-54 opened this issue Jan 31, 2015 · 1 comment
Closed

Getting rate limiting issue? #116

hoavt-54 opened this issue Jan 31, 2015 · 1 comment

Comments

@hoavt-54
Copy link

Hi all,
First, thank you guys for very amazing tool.
I tried Newspaper to get list articles from a publisher by following the REAME file, however, the obtained significantly decline after each time I build the source.

`>>> import newspaper

cnn_paper = newspaper.build('http://cnn.com')
No handlers could be found for logger "tldextract"
print(cnn_paper.size())
222
cnn_paper = newspaper.build('http://cnn.com')
print(cnn_paper.size())
6
cnn_paper = newspaper.build('http://cnn.com')
print(cnn_paper.size())
1
`

Am I getting rate limitting or have I done somthing wrong? Thank you
Btw, here is the environment: Ubuntu 14.04, Python 2.7.6, newspaper for python2

@hoavt-54
Copy link
Author

Sorry, I just found caching on the docs. Please close this.

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