RSS: Update link to feedparser

This commit is contained in:
Valentin Lorentz 2024-01-03 18:36:58 +01:00
parent d55a08c63e
commit a2e55ca1f6
2 changed files with 4 additions and 6 deletions

View File

@ -8,9 +8,8 @@ Purpose
Provides basic functionality for handling RSS/RDF feeds, and allows announcing
them periodically to channels.
In order to use this plugin you must have the following modules
installed:
* feedparser: http://feedparser.org/
In order to use this plugin you must have `python3-feedparser
<https://pypi.org/project/feedparser/>`_ installed.
Usage
-----

View File

@ -31,9 +31,8 @@
"""
Provides basic functionality for handling RSS/RDF feeds, and allows announcing
them periodically to channels.
In order to use this plugin you must have the following modules
installed:
* feedparser: http://feedparser.org/
In order to use this plugin you must have `python3-feedparser
<https://pypi.org/project/feedparser/>`_ installed.
"""
import supybot