I got problems using the newspaper in Brazilian sites.
Following is an example:
import newspaper
info = newspaper.build('http://globoesporte.globo.com/futebol/times/sao-paulo')
len(info.artices)
It returned only 3 articles.
Sorry if I am using it wrongly.
I got problems using the newspaper in Brazilian sites.
Following is an example:
It returned only 3 articles.
Sorry if I am using it wrongly.