Skip to content

Instantly share code, notes, and snippets.

@DavidDobr
DavidDobr / download_my_podcasts.py
Created January 16, 2017 20:09 — forked from janetriley/download_my_podcasts.py
A Python script to download podcasts from an xml feed and tag the MP3s.
"""
A script for downloading some podcasts and tagging the files so I can import them to iTunes.
"""
import pycurl
import os.path
import sys
from BeautifulSoup import BeautifulStoneSoup
import eyed3