crawl4ai icon indicating copy to clipboard operation
crawl4ai copied to clipboard

Bad results crawling mantine docs `?t=props`

Open Dimfred opened this issue 1 year ago β€’ 3 comments

Hey thx for the lib :)

Playing around with it trying to crawl: https://mantine.dev/core/button/?t=props If you have a quick answer why it doesn't work, that would be great, else I'll probably take a look the next days. Cheers

Dimfred avatar Oct 11 '24 12:10 Dimfred

__

Marisa2312 avatar Oct 11 '24 16:10 Marisa2312

Hi @Dimfred I am currently working on version 0.3.6. While testing the links you provided with this version, it appears to be functioning as expected at my end. However, I'm not sure what issue you're experiencing. Nevertheless, there are two options. By Monday or Tuesday, we will update the library in Pypi, but for now, you can pull the latest version from the branch "0.3.6". If you're encountering any specific error messages, I would appreciate it if you could share them with me. Thank you for trying our library.

[LOG] 🌀️  Warming up the AsyncWebCrawler
[LOG] 🌞 AsyncWebCrawler is ready to crawl
[LOG] πŸ•ΈοΈ Crawling https://mantine.dev/core/button/?t=props using AsyncPlaywrightCrawlerStrategy...
[LOG] βœ… Crawled https://mantine.dev/core/button/?t=props successfully!
[LOG] πŸš€ Crawling done for https://mantine.dev/core/button/?t=props, success: True, time taken: 2.69 seconds
[LOG] πŸš€ Content extracted for https://mantine.dev/core/button/?t=props, success: True, time taken: 0.09 seconds
[LOG] πŸ”₯ Extracting semantic blocks for https://mantine.dev/core/button/?t=props, Strategy: AsyncWebCrawler
[LOG] πŸš€ Extraction done for https://mantine.dev/core/button/?t=props, time taken: 0.10 seconds.

unclecode avatar Oct 12 '24 05:10 unclecode

I will try your version and check the results. I don't have issues accessing the link or something, the content is just not there, like the main parts which are present on that page are missing (the table with the props).

Dimfred avatar Oct 12 '24 21:10 Dimfred

Sry for the late response I tried with 0.4.0 now and the data seems now to be there, good job mate :)

Dimfred avatar Dec 05 '24 11:12 Dimfred

@Dimfred Glad to hear that.

unclecode avatar Dec 09 '24 10:12 unclecode