Skip to main content

Download podcast

Project description

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


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

getpodcast-1.0.6-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page