Skip to content

Instantly share code, notes, and snippets.

@queentheory
queentheory / grab-anchor-episode.sh
Created August 2, 2021 05:17 — 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
#
# anchor.fm serves a list of m4a files that need to be concatenated with ffmpeg.
set -eu -o pipefail