Skip to content

Can't extract images from german newspapers #96

Description

@boop5

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?

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