UncleCode

Results 417 comments of UncleCode

@GOOD-N-LCM Have yo checked documentation? Here https://docs.crawl4ai.com/extraction/llm-strategies/ Please follow the example then if still have any issue, please share here with more details

@jtanningbed @dmurat Thanks for sharing. This seems important to look. I will check it very soon.

@kloskas To help you, please create a simple code snippet using Streamlit and Crawl4ai that gets the URL from a text input and returns the markdown. Use the same code...

@emmanuel-ferdman Many thanks for contributing, this is good. @ntohidi add this to upcoming release branch and merge it over there

Hi 👋 thx for the PR, @ntohidi plz check this soon

@wg20170107 V8 allows you to pass either a CSS selector or JavaScript that returns true or false. During crawling, if a CSS selector is passed, it waits for the element...

@farzadhs For such situations with any library, always provide a bit more information, such as your platform, Python versions, and other details. This helps us provide a relevant answer. Right...

@farzadhs Yeah, this is a normal error from `pip`. It means that version `24.0.0` of the `aiofiles` package doesn't exist in the PyPI repository. The available versions listed in the...

@farzadhs I see, ok, in future I may allow the older version of aiofiles in the library.

Hi @RohithReddy20 , there's one thing - the execution of the JavaScript definitely starts before taking the screenshot. But if the JavaScript execution is asynchronous, then you must pass some...