feed_finder 1.0.2 copy "feed_finder: ^1.0.2" to clipboard
feed_finder: ^1.0.2 copied to clipboard

outdated

A library for extracting RSS/Atom feed links from websites, either in <head> or as regular links on the website itself.

Extracts RSS/Atom feed links from a website.

Will both look for feeds in the tags, but also throughout the website itself.

Modelled after https://alex.miller.im/posts/python-3-feedfinder-rss-detection-from-url/.

Usage #

A simple usage example:

import 'package:feed_finder/feed_finder.dart';

main() async {
  var feeds = await FeedFinder.scrape('http://www.braziltravelblog.com/');
  print(feeds);
}
6
likes
0
pub points
1%
popularity

Publisher

unverified uploader

A library for extracting RSS/Atom feed links from websites, either in <head> or as regular links on the website itself.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

html, http, webfeed

More

Packages that depend on feed_finder