Skip to content

Instantly share code, notes, and snippets.

View xfxf's full-sized avatar

Ryan Verner xfxf

  • Next Day Video
  • Australia
View GitHub Profile
@xfxf
xfxf / download_my_podcasts.py
Last active August 23, 2017 04:01 — forked from janetriley/download_my_podcasts.py
A Python script to download podcasts from an xml feed and tag the MP3s.
#!/usr/bin/python
"""
A script for downloading some podcasts.
Originally from https://gist.githubusercontent.com/janetriley/7762552/raw/9dcc46acb727757c4dd57d884484e04f5b664871/download_my_podcasts.py
Modified to allow fetching podcast via HTTP/HTTPS URI, bypass CloudFlare protection by detecting user agent,
removing custom tagging, and other fixes
"""