Skip to content

Commit

Permalink
RSS: Update link to feedparser
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Jan 3, 2024
1 parent d55a08c commit a2e55ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions plugins/RSS/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down
5 changes: 2 additions & 3 deletions plugins/RSS/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2e55ca

Please sign in to comment.