Skip to content

Pretty Url doesn't work #63

Description

@flitzcore

Thanks for the library. I have a question, I create a simple:

  async scrapGoogleNewsWithGoogleNewsScraper(query: string) {
    const articles = await googleNewsScraper({
      searchTerm: query,
      prettyURLs: true,
    });
    return articles;
  }

But I still get ugly url in the link. I use Node.js v20.18.0 and "google-news-scraper": "^2.7.0".

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