Skip to content

yan-foto/itunes-feed-grab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iTunes Feed Grabber

A simple script to parse iTunes and iTunesU podcasts and generate an RSS XML feed. At the moment only audio podcasts are supported.

Run it in Google App Engine

Grabber can also be hosted on Google App Engine (see app.yml and server.py):

# From the project root
appcfg.py -A YOUR_PROJECT_ID update .

Now you can convert as follows:

# By URL
wget http://YOUR_PROJECT_ID.appspot.com/generate?target=itunes.apple.com/us/itunes-u/psychology-audio/id341652042
# OR by ID
wget http://YOUR_PROJECT_ID.appspot.com/generate?target=341652042

Disclaimer

This script is provided without any warranty and only for educational purposes. By using this script you might violate iTunes terms of use. In such case you and only you are responsible for the consequences!

About

Simple python script that creates RSS XML feeds from iTunes podcast URLs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages