From a2e55ca1f6fe9bcd6000417ddf77af17ca26f0d1 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 3 Jan 2024 18:36:58 +0100 Subject: [PATCH] RSS: Update link to feedparser --- plugins/RSS/README.rst | 5 ++--- plugins/RSS/__init__.py | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/plugins/RSS/README.rst b/plugins/RSS/README.rst index 65520cb0c..1aca99b19 100644 --- a/plugins/RSS/README.rst +++ b/plugins/RSS/README.rst @@ -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 +`_ installed. Usage ----- diff --git a/plugins/RSS/__init__.py b/plugins/RSS/__init__.py index a8b9623d2..21a1fae20 100644 --- a/plugins/RSS/__init__.py +++ b/plugins/RSS/__init__.py @@ -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 +`_ installed. """ import supybot