Download podcast
Project description
Simplify downloading podcasts with getpodcast
Installation
sudo python3 -m pip install getpodcast
Getting started
Create a new file mypodcast.py:
#! /usr/bin/env python3 import getpodcast opt = getpodcast.parseArguments_AsOptions( date_from='2016-07-07', root_dir='./podcast') podcasts = { "TPB" : "http://tpbpodcast.libsyn.com/rss" } getpodcast.getpodcast(podcasts, "", opt)
To download podcasts:
python3 mypodcast.py --run
More help:
python3 mypodcast.py --help
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 Distribution
getpodcast-1.0.3.tar.gz
(5.8 kB
view details)
File details
Details for the file getpodcast-1.0.3.tar.gz
.
File metadata
- Download URL: getpodcast-1.0.3.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e365e06eb2374868a73874d2097ae1332b005c82b0cda25c16a2b5b35d395505 |
|
MD5 | f527ee4d24f860ebfc981195a15363ca |
|
BLAKE2b-256 | abbc4c05ae9f85ecf7f46c25006bed97dc9f81e14e99d4da47ff71020e92b2cb |