Skip to content

Commit

Permalink
docs: fixed css_selector for example
Browse files Browse the repository at this point in the history
  • Loading branch information
hitesh22rana committed Oct 4, 2024
1 parent 4750810 commit 768b931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async def main():
result = await crawler.arun(
url="https://www.nbcnews.com/business",
js_code=js_code,
css_selector="article.tease-card",
css_selector=".wide-tease-item__description",
bypass_cache=True
)
print(result.extracted_content)
Expand Down

0 comments on commit 768b931

Please sign in to comment.