(crawler)
| 34 | input() |
| 35 | |
| 36 | def basic_usage(crawler): |
| 37 | cprint("🛠️ [bold cyan]Basic Usage: Simply provide a URL and let Crawl4ai do the magic![/bold cyan]") |
| 38 | result = crawler.run(url="https://www.nbcnews.com/business", only_text = True) |
| 39 | cprint("[LOG] 📦 [bold yellow]Basic crawl result:[/bold yellow]") |
| 40 | print_result(result) |
| 41 | |
| 42 | def basic_usage_some_params(crawler): |
| 43 | cprint("🛠️ [bold cyan]Basic Usage: Simply provide a URL and let Crawl4ai do the magic![/bold cyan]") |
no test coverage detected
searching dependent graphs…