tasks
async_refresh_feed
Given a podcast object, call it's refresh feed function.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
podcast_id
|
str
|
The podcast ID. |
required |
fetch_avatar_for_person
Triggers the remote fetch of the person's avatar.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
person
|
Person
|
The person record to populate with the avatar. |
required |
Source code in src/podcast_analyzer/tasks.py
fetch_podcast_cover_art
Wraps around the remote fetch functions for cover art.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
podcast
|
Podcast
|
Podcast object to get cover art for. |
required |
Source code in src/podcast_analyzer/tasks.py
run_feed_analysis
Wraps around the instance's feed analysis function.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
podcast
|
Podcast
|
Podcast object to analyze. |
required |