Scraper example using bible.com as the source.
|
|
пре 8 месеци | |
|---|---|---|
| src | пре 8 месеци | |
| .gitignore | пре 9 месеци | |
| Cargo.lock | пре 8 месеци | |
| Cargo.toml | пре 8 месеци | |
| README.md | пре 8 месеци | |
| fetch1.html | пре 9 месеци | |
| initial.config | пре 8 месеци |
This is an example web scraper project. It downloads and extracts the Bible from https://www.bible.com.
The program will update the user-agent string it uses via https://www.mozilla.org/en-US/firefox/releases/ because I can.
-a or --agent-update
-v NIV
See relative_to_absolute(url: &str, href: &str) -> Result to properly handle those.