ArchiveTeam / grab-site

The archivist's web crawler: WARC output, dashboard for all crawls, dynamic ignore patterns
Other
1.31k stars 129 forks source link

Fallback to re if re2 can't be imported #236

Open rebane2001 opened 5 months ago

rebane2001 commented 5 months ago

At the moment if re2 can't be imported (eg libre2.so.4 is missing) the dashboard silently stops working entirely (no errors).

This PR makes it so it falls back to using re instead.