File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 88
99Provides basic functionality for handling RSS/RDF feeds, and allows announcing
1010them 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
1514Usage
1615-----
Original file line number Diff line number Diff line change 3131"""
3232Provides basic functionality for handling RSS/RDF feeds, and allows announcing
3333them 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
3938import supybot
You can’t perform that action at this time.
0 commit comments