docs(readme): update personal story and project vision

Revise the README's personal story section to better reflect the project's
origins, motivation, and vision for open-source data accessibility. Add more
detail about the creator's background and the project's mission to
democratize AI through open data access.

Also includes a minor TODO comment addition in async crawler strategy.
This commit is contained in:
UncleCode
2025-01-08 21:13:31 +08:00
parent 1c9464b988
commit 051a6cf974
2 changed files with 9 additions and 3 deletions

View File

@@ -1382,6 +1382,10 @@ class AsyncPlaywrightCrawlerStrategy(AsyncCrawlerStrategy):
await page.keyboard.press("ArrowDown")
# Handle wait_for condition
# Todo: Decide how to handle this
if not config.wait_for and config.css_selector and False:
config.wait_for = f"css:{config.css_selector}"
if config.wait_for:
try:
await self.smart_wait(