Загрузка содержимого URL с помощью headless-браузера. Поддерживает рендеринг страниц с JavaScript, извлечение текста, HTML или Markdown с настраиваемым временем ожидания.
| Флаг | Кратко | Описание | Значение |
|---|---|---|---|
--check | | Check dependencies and exit | Нет |
--format | -f | Output format: text, html, or markdown | Да |
--headless | | Run in headless mode (default) | Нет |
--help | -h | Show help message | Да |
--install | | Install missing dependencies | Нет |
--no-headless | | Run with browser visible | Нет |
--output | -o | Write output to file instead of stdout | Да |
--wait | -w | Wait time in ms for page load (default: 3000) | Да |