Skip to content

ggoforth/transistor-podcast-rss-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transistor.fm Podcast Downloader

This Python script is designed to download podcasts from a Transistor.fm RSS feed URL. It fetches podcast data, downloads MP3 files, and saves pertinent details about each podcast in text and JSON formats. I used it to download all my podcast episodes for archival.

Features

  • Fetches podcast data from an RSS feed.
  • Downloads podcast episodes in MP3 format.
  • Creates a dedicated folder for each podcast episode.
  • Saves podcast details such as title, publication date, link, and description in a text file.
  • Stores complete podcast entry data in a JSON file.
  • Supports multiple RSS feeds.

Requirements

  • Python 3.x
  • External Libraries:
    • requests for handling HTTP requests.
    • feedparser for parsing the RSS feed.

You can install these libraries using the following command:

pip install -r requirements.txt

Usage

python downloader.py Optional(<RSS feed URL>)

You will be prompted to enter the RSS feed URL if you don't provide one as an argument.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages