browser4-cli 4.13.13 → 4.13.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/browser4-cli-darwin-arm64 +0 -0
- package/bin/browser4-cli-darwin-x64 +0 -0
- package/bin/browser4-cli-linux-arm64 +0 -0
- package/bin/browser4-cli-linux-musl-arm64 +0 -0
- package/bin/browser4-cli-linux-musl-x64 +0 -0
- package/bin/browser4-cli-linux-x64 +0 -0
- package/bin/browser4-cli-win32-x64.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -122,7 +122,7 @@ Need to process multiple pages?
|
|
|
122
122
|
├─ List of known URLs (in a file)? → crawl --seed-file urls.txt --depth 0 --sql @query.sql
|
|
123
123
|
├─ Crawl from a start URL (follow links)? → crawl <url> --out-link-selector "..." --depth N
|
|
124
124
|
├─ Need parallel execution (high throughput)? → swarm create → swarm query --seed-file ...
|
|
125
|
-
├─ Repeated monitoring (check every hour)? → loop -- eval "..."
|
|
125
|
+
├─ Repeated monitoring (check every hour)? → loop -i 3600 -- eval "..."
|
|
126
126
|
└─ Just a few URLs in a shell script?
|
|
127
127
|
→ browser4-cli open --headed "https://first-url" # humans: open once, visibly
|
|
128
128
|
→ for url in ...; do browser4-cli goto "$url"; ... done
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|