# RSS Tasks
Tasks for interacting with RSS feeds.
# ParseRSSFeed
Task for parsing RSS feeds. Note that all initialization arguments can optionally be provided or overwritten at runtime.
Args:
feed_url (str)
: A remote URL pointing to an RSS feed**kwargs (dict, optional)
: additional keyword arguments to pass to the Task constructor
methods: |
---|
prefect.tasks.rss.feed.ParseRSSFeed.run (feed_url=None)[source] |
Task run method.
Raises:
|
This documentation was auto-generated from commit bd9182e
on July 31, 2024 at 18:02 UTC