All Projects → robotmlg → podsnatch

robotmlg / podsnatch

Licence: other
Simple podcast downloader

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to podsnatch

podcast-feed-parser
A highly customizable package for fetching and parsing podcast feeds into simple and manageable JavaScript objects. For use with node or in the browser.
Stars: ✭ 39 (+69.57%)
Mutual labels:  podcast, podcast-downloader
gatsby-themes
A collection of open source, well designed, highly customizable and 100% free Gatsby themes for blazing fast sites. We are working on the next version of the Flex theme. See https://github.com/reflexjs/reflexjs
Stars: ✭ 296 (+1186.96%)
Mutual labels:  podcast
Web-Dev-Helper
Developer Helper where you can find all resources related to open source and software developer resources
Stars: ✭ 33 (+43.48%)
Mutual labels:  podcast
jadibot
Telegram Bot for jadi.net
Stars: ✭ 59 (+156.52%)
Mutual labels:  podcast
podcast
🦆 Выпуски подкаста Goose&Duck
Stars: ✭ 19 (-17.39%)
Mutual labels:  podcast
podcasts-opml-exporter
Export podcast to OPML for macOS Calalina
Stars: ✭ 37 (+60.87%)
Mutual labels:  podcast
podcastr
A platform built to broadcast a specific podcast, Faladev by Rocketseat.
Stars: ✭ 32 (+39.13%)
Mutual labels:  podcast
jam
🍓 Jam is your own open source Clubhouse for mini conferences, friends, communities
Stars: ✭ 1,030 (+4378.26%)
Mutual labels:  podcast
scott
💼 The Podcast Regional Manager
Stars: ✭ 21 (-8.7%)
Mutual labels:  podcast
pdpcid-kumpulan-ide
Kumpulan ide-ide menarik untuk dibahas di podcast anggota PDPC atau ide-ide lainnya.
Stars: ✭ 24 (+4.35%)
Mutual labels:  podcast
castaliopodcast.github.io
Um podcast inspirado para castálio!
Stars: ✭ 32 (+39.13%)
Mutual labels:  podcast
haskellweekly
Publishes curated news about the Haskell programming language.
Stars: ✭ 119 (+417.39%)
Mutual labels:  podcast
iTunesSearch
🎵 A .NET wrapper to the iTunes search API
Stars: ✭ 20 (-13.04%)
Mutual labels:  podcast
radioDaal
Radio Daal podcast website
Stars: ✭ 16 (-30.43%)
Mutual labels:  podcast
podest
Enjoy fine podcasts ✨
Stars: ✭ 33 (+43.48%)
Mutual labels:  podcast
soussune.com
エンジニアわいわいポッドキャスト「そうっすね」
Stars: ✭ 35 (+52.17%)
Mutual labels:  podcast
serverless-podcast
[UNMAINTAINED] 📢 Easy, cheap podcast hosting using Serverless and S3
Stars: ✭ 15 (-34.78%)
Mutual labels:  podcast
rcast
🎧 PWA podcast player written with LWC
Stars: ✭ 72 (+213.04%)
Mutual labels:  podcast
awesome-datascience-python
Awesome list Data Science and Python. 🐍
Stars: ✭ 62 (+169.57%)
Mutual labels:  podcast
vue-podcast-player
Vue based simple podcast player
Stars: ✭ 31 (+34.78%)
Mutual labels:  podcast

PodSnatch

PodSnatch is a simple1, cross-platform 2 podcast downloader. Feed it an OPML file and wire it up to a cronjob, and it downloads your podcasts on your schedule. PodSnatch also downloads all the metadata for each episode, and stores it in a plaintext file with the same name as the episode audio, with .txt appended.

1: Only ~100 lines of Python!

2: Probably, I've only tested on Mac.

Usage

python podsnatch.py --opml <input file> -o <output directory>

If you don't want to deal with all the python setup crap (and I don't blame you) you can build the docker container and run with

docker run -it -v '/path/to/opml.opml:/input.opml' -v '/path/to/output_dir:/output' podsnatch

Contributing

PRs welcone!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].