Download podcast
Project description
Source code: https://bitbucket.org/fholmer/getpodcast
License: MIT
Summary
Simplify downloading podcasts with getpodcast
Installation
Linux:
$ python3 -m pip install --user getpodcast
Windows:
> py -3 -m pip install --user getpodcast
Getting started
Create a new file mypodcast.py:
#! /usr/bin/env python3 import getpodcast opt = getpodcast.options( date_from='2019-07-07', root_dir='./podcast') podcasts = { "SGU": "https://feed.theskepticsguide.org/feed/sgu" } getpodcast.getpodcast(podcasts, opt)
Download podcasts:
python3 mypodcast.py --run
More help:
python3 mypodcast.py --help
Setup cronjob to download once a day:
$ crontab -e 0 19 * * * /usr/bin/python3 /home/myuser/mypodcasts.py --quiet --onlynew --run
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file getpodcast-1.0.6.post1-py3-none-any.whl
.
File metadata
- Download URL: getpodcast-1.0.6.post1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5caa844b56bacddb62d8572168ca5c1958dcdbad7d41b3f372f201aac349073 |
|
MD5 | 20758df5f944cd8ebd09008672c2194b |
|
BLAKE2b-256 | ace6b2aba7f842472c2b9132fa26bd8218fd4b281f1fd2d30474dcec25b7445b |