Modules§
Structs§
- Extracted
Scrape Collection - Collection of scrape data that has been extracted from a
ScrapeCollection
. - Scrape
Collection - Collection of scrapes, which can also extract the best title, etc.
- Scrape
Config - Configuration for all scrapers.
- Scrape
Core - Scrape
Extractor - Scrape
Id - Identify a scrape by source an ID.
- Scraper
Possibilities - Accumulates the URLs required to scrape for all the services.
- Scrapers
- Story
Date - Story-specific date that wraps all of the operations we’re interested in. This is a thin wrapper on top
of
DateTime<Utc>
and otherchrono
utilities for now. - Story
Duration - Story
Url - Story-specific URL that caches the normalization information and other important parts of the URL.
- Story
UrlNorm - Typed
Scrape Map - A strongly-typed scrape map that can be used to collect values by scrape source without allocations.
Enums§
Functions§
- import_
backup - Import a backup-formatted JSON file, which is a JSON file of
TypedScrape
object, separated by newlines.