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

View File

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