{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/4"}],"enrichment":{"capability":"Feedfinder2 detects and returns feed URLs (RSS, Atom, etc.) available on a given website by parsing its HTML.","skillfed_tags":["feed-discovery","abandoned"],"use_cases":["Automatically discover RSS or Atom feeds on a website when building a feed aggregator or reader.","Bulk-index feed URLs from a list of websites for archival or monitoring purposes.","Detect available syndication formats on a domain as part of a web scraping or content-discovery pipeline.","Migrate or consolidate feeds from multiple sites without manually hunting for feed URLs."],"what_it_does":"Feedfinder2 is a Python library that searches a website for feed URLs\u2014RSS, Atom, or other syndication formats\u2014and returns them as a list. It wraps the original feedfinder logic created by Mark Pilgrim and maintained by Aaron Swartz, adapting it for modern use. The library exposes a single public function, `find_feeds`, which takes a domain or URL and returns a ranked list of feed URLs it discovers by parsing the site's HTML.\n\nThe package has no runtime dependencies, making installation straightforward, but it has not been actively maintained since its 2016-01-25 release. The repository shows minimal recent activity. This age raises concerns about compatibility with current Python versions and whether its feed-detection heuristics remain effective on modern websites.","worth_installing":"No. The package is abandoned (last release 2016-01-25) and its Python version compatibility is unspecified. While MIT-licensed and dependency-free, the lack of maintenance means it will likely fail on modern Python versions and may not handle contemporary website structures. For active feed discovery, use a maintained alternative or implement feed detection directly with current libraries."},"id":"feedfinder2","links":{"html":"https://skillfed.io/packages/feedfinder2","md":"https://skillfed.io/packages/feedfinder2.md","pypi":"https://pypi.org/project/feedfinder2/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2016-01-25","license_spdx":null,"license_treatment":"permissive","name":"feedfinder2","python_support":"unspecified","summary":"Find the feed URLs for a website."},"popularity":{"monthly_downloads":462534,"position":6526,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.4"}
