lopez
lopez copied to clipboard
Crawling and scraping the Web for fun and profit
Bumps [h2](https://github.com/hyperium/h2) from 0.3.11 to 0.3.17. Release notes Sourced from h2's releases. v0.3.17 What's Changed Add Error::is_library() method to check if the originated inside h2. Add max_pending_accept_reset_streams(usize) option to client...
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.38 to 0.10.48. Release notes Sourced from openssl's releases. openssl v0.10.48 What's Changed Fix LibreSSL version checking in openssl/ by @alex in sfackler/rust-openssl#1851 Skip a test that...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.9.1 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. Changelog Sourced from regex's changelog. 1.5.5 (2022-03-08) This releases fixes a security bug in the regex compiler. This bug permits a vector for a...
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.6 to 0.8.8. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.8 Fix a bug when unstable loom support is enabled. (#787) crossbeam-utils 0.8.7 Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785) Add...
The ideia of this PR is to make lopez to be able to connect to an external WebDriver compatible server to download and analyze pages. No, no Selenium in the...
The current compiler now 1. Just shows the first error it finds. 2. Has only the `nom` default error messages to fall back to to. And those messages are all...
A Windows implementation would be nice. By now, the logic only works on Unix-based filesystems (Linux, MacOS & co.). Note that `lopez` itself should work with no problem at all...
This is a tracking issue for the (current inexistent) documentation on Lopez Crawler Directives. Basically, if you just landed here, by now, you just need to explain the module `lib-lopez/src/directives`...
Currently, the only viable backend implementation for lopez is a Postgres backend. However, even though it is quite popular, Postgres is not everybody's cup of tea (I know). Which other...