Skip to content

Getting rate limiting issue? #116

Description

@hoavt-54

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions