Skip to content

Instantly share code, notes, and snippets.

View GhostOps77's full-sized avatar
🔴
Not Available

Ghost Ops GhostOps77

🔴
Not Available
  • Somewhere in a Dark place
View GitHub Profile
@GhostOps77
GhostOps77 / grab-anchor-episode.sh
Created November 16, 2022 14:06 — forked from ivan/grab-anchor-episode.sh
Download a podcast episode from anchor.fm
#!/usr/bin/env bash
# Download a podcast episode from anchor.fm
#
# Usage:
# grab-anchor-episode "https://anchor.fm/emerge/episodes/Robert-MacNaughton---Learnings-from-the-Life-and-Death-of-the-Integral-Center-e31val" # (m4a example)
# grab-anchor-episode "https://anchor.fm/free-chapel/episodes/Are-You-Still-In-Love-With-Praise--Pastor-Jentezen-Franklin-e19u4i8" # (mp3 example)
#
# anchor.fm serves a list of m4a or mp3 files that need to be concatenated with ffmpeg.
#