Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to Crawl site nothing working #139

Open
upup666 opened this issue Jan 17, 2024 · 1 comment
Open

Trying to Crawl site nothing working #139

upup666 opened this issue Jan 17, 2024 · 1 comment

Comments

@upup666
Copy link

upup666 commented Jan 17, 2024

Hello there
Trying to crawl this site https://help.puzzlebot.top

Here is my config file

import { Config } from "./src/config";

export const defaultConfig: Config = {
  url: "https://help.puzzlebot.top",
  match: "https://help.puzzlebot.top/article**",
  maxPagesToCrawl: 300,
  outputFileName: "output.json",
  maxTokens: 2000000,
};

but its crawl online its name what to do?

Thank you

@ashkkr
Copy link

ashkkr commented Feb 7, 2024

This is because playwriter by default looks for anchor tags to identify other links to go to. But the website you have mentioned does not use tags to link to other pages, but uses event handler to go to other pages.

In short it is a shortcoming of the crawler and not this gpt-crawler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants