Skip to content

Allow to follow news sites not providing RSS/Atom feed or news sitemap #41

@sebastian-nagel

Description

@sebastian-nagel

The news crawler (as of now) relies exclusively on RSS/Atom feeds and news sitemaps to find links to news articles. However, some news sites do not provide feeds or sitemaps. In order to follow these news sites, the crawler should be able monitor HTML pages manually marked as seeds and extract links from it:

  • add a parser class to the topology which
    • exclusively parses URLs marked as verified HTML seeds (eg. by a metadata key isHtmlSeed)
    • extracts links from the HTML and sends them to the status index as DISCOVERED
    • (optionally) outlinks are filtered: same host or domain, configurable URL patterns stored in status index for the HTML seed
  • the (adaptive) scheduler must be configured to schedule the refetch of HTML seeds

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions