Add some additional error handling and prevent disabled buttons from being triggered
This commit is contained in:
parent
8a5c25291e
commit
071de55329
4 changed files with 24 additions and 15 deletions
|
@ -125,7 +125,7 @@ def soundcloud_delete(token, track_id):
|
|||
@celery.task(name='podcast-download', acks_late=True)
|
||||
def podcast_download(id, url, callback_url, api_key):
|
||||
"""
|
||||
Download a batch of podcast episodes
|
||||
Download a podcast episode
|
||||
|
||||
:param id: episode unique ID
|
||||
:param url: download url for the episode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue