UncleCode

Results 131 comments of UncleCode
trafficstars

@NicoNicoNico123 Hi, I'm sorry I don't understand your question. The Async version is available in the staging branch, and we will be moving it to the main branch today. If...

@studio-anurag Version 0.3.x is released, please refer to that. @NicoNicoNico123 you're welcome, For new version, Docker needs some work, so stay tuned we release the new Docker file soon.

Thank you for your interest in language support! While browsers don't directly support changing the language of web content, our library does support setting the `Accept-Language` header, which many websites...

@BlackChila Would you please share the link of the page you experienced this?

@BlackChila Thx for sharing, Please do us a favor and try using the asynchronous method. Let's see if you get something similar with it or not. If you still face...

![image](https://github.com/user-attachments/assets/8d178fc5-9be1-42f7-b1ce-92015ea63b82) @RhonnieAl Sorry for my delayed response. The links that you are trying to crawl have very strong bot detection. This is why they won't navigate to the page. For...

> @unclecode Thanks for the amazing library edits. I'm having a bit of a trouble understanding the error I'm getting. In the following error the library fails to crawl a...

> I have the same error with the use of WebCrawler > > The problem is in the file utils.py File "C:\Dev\GIT\civic-crawler.venv\Lib\site-packages\crawl4ai\utils.py", line 694, in get_content_of_website_optimized src = img.get('src', '')...

@mobyds It works for me, perhaps you can share with me your code as well as you system specs. ![image](https://github.com/user-attachments/assets/66388ccb-b982-43b6-90b4-7bd4de656741) ```python async def main(): async with AsyncWebCrawler(verbose=True, headless = True)...