Skip to content

Commit a2e55ca

Browse files
committed
RSS: Update link to feedparser
1 parent d55a08c commit a2e55ca

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

plugins/RSS/README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ Purpose
88

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

1514
Usage
1615
-----

plugins/RSS/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@
3131
"""
3232
Provides basic functionality for handling RSS/RDF feeds, and allows announcing
3333
them periodically to channels.
34-
In order to use this plugin you must have the following modules
35-
installed:
36-
* feedparser: http://feedparser.org/
34+
In order to use this plugin you must have `python3-feedparser
35+
<https://pypi.org/project/feedparser/>`_ installed.
3736
"""
3837

3938
import supybot

0 commit comments

Comments
 (0)