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

outdated

A starting point for Dart libraries or applications.

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 starting point for Dart libraries or applications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

html, http, webfeed

More

Packages that depend on feed_finder