Skip to content

Multiple country search, is this possible? #121

@Denon9205

Description

@Denon9205

googlenews_de = GoogleNews(lang='de', region='DE', encode='utf-8')
googlenews_us = GoogleNews(lang='en', region='US', encode='utf-8')
googlenews_uk = GoogleNews(lang='en', region='GB', encode='utf-8')
googlenews_ch = GoogleNews(lang='de', region='CH', encode='utf-8')
googlenews_at = GoogleNews(lang='de', region='AT', encode='utf-8')

Is a multiple search possible, if so is that correct?

I often get e.g. German links from the US or UK search and vice versa.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions