Skip to content

the missing API to download episodes from musicforprogramming.net

Notifications You must be signed in to change notification settings

wrought/music-for-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Missing API to Music for Programming

I wanted a simple way to download all of the episodes of from MusicForProgramming, so figured I might as well write a reusable script.

Usage

Linux or whatever

Quickstart

git clone https://github.com/wrought/music-for-programming.git
cd music-for-programming
virtualenv env
source env/bin/activate
pip install -r requirements.txt

Update the value for destination_dir at the bottom of musicforprogramming.py to suit your system's needs.

Use following command to download all episodes (default). Note the script will skip any files with matching filename found in destination_dir, so you can also use this default action to download only new episodes.

python musicforprogramming.py

Use as Module

You can also use this script as a python module without instantiating the default object.

from musicforprogramming import MusicForProgramming
mfp = MusicForProgramming(base_url="", feed_url="", destination_dir="")

About

the missing API to download episodes from musicforprogramming.net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages