feed_finder_v2 1.1.0
feed_finder_v2: ^1.1.0 copied to clipboard
A library for extracting RSS/Atom feed links from websites, either in <head> or as regular links on the website itself. This is a fork of the original feed_finder package, which hasn't been updated in a while.
feed_finder #
(Forked from the original feedfinder, which hasn't been updated in a while.)
Extracts RSS/Atom feed links from a website.
Supports both explicit feeds in <link>
tags, or links mentioned in the <body>
.
Inspired and initially modelled after python-3-feedfinder-rss-detection-from-url.