mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-22 18:39:31 +01:00
RSS: Update link to feedparser
This commit is contained in:
parent
d55a08c63e
commit
a2e55ca1f6
@ -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
|
||||||
-----
|
-----
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user