Works fine for me with many english newspapers. Unfortunately it works horrible with german newspapers. I've tried many of them...
I was following the how-to on readthedocs.
# ...
p = newspaper.build('...', language='de')
for a in p.articles:
print a.top_image if a.top_image else 'nope'
I only get nopes ;-)
Is there a way I can help you debugging this?
Works fine for me with many english newspapers. Unfortunately it works horrible with german newspapers. I've tried many of them...
I was following the how-to on readthedocs.
I only get nopes ;-)
Is there a way I can help you debugging this?