Skip to content
/ PyCast Public

Searches and downloads podcasts to the user's liking

Notifications You must be signed in to change notification settings

sacert/PyCast

Repository files navigation

PyCast

Beta Version

Searches and downloads podcasts to the user's liking. Still adding features to improve the quality of searching and downloading.

alt tag

Installation

Ether download and install or pip it

$ python setup.py install
$ sudo pip install https://github.com/sacert/PyCast/archive/master.zip
How to use:
$ PyCast

The user will be asked which podcast they would like to search for as well as a being prompted for confirmation to ensure the podcast that has been searched is the correct one.

Files to download options:
  • "all/All" - grab every podcast available from the content provider
  • "[int]" - grab specific podcast, ex: 25
  • "[int] to/- [int]" - grab range of podcasts, ex: 25-30
  • "new/New/latest" - grab latest podcast from the content provider
How it works:

Filtlers through the iTunes search to look for only podcasts and returns a list of content providers. Parse out the corresponding provider's rss feed for their podcast and parse through the .mp3 files provided.

Requirements:

Have only tested with OS X on python 2.7 but uses only native libraries.

About

Searches and downloads podcasts to the user's liking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published