Apple · RSS · 小宇宙

Grab any podcast episode, straight to your shell.

podpull turns a show link into a clean audio file on your disk — pick episodes from an interactive list, watch them download. No app, no login, no DRM.

Docs
 podpull
// the pipeline

No magic — just the feeds publishers hand out

Apple show / id ──iTunes Lookup──▶ RSS feed url RSS feed ──<enclosure>───▶ direct .mp3 / .m4a 小宇宙 link ──og:audio──────▶ direct .m4a
// three moves

Search → pick → download

01

Search

Find any show by name across iTunes' open catalog.

$ podpull search "睡前故事"
02

Pick

Hand it a show, choose one or many from a keyboard checklist.

$ podpull get 1532755821
03

Download

Resumable, live progress, tidy filenames.

$ podpull get --latest 3
// in the box

Small tool, sharp edges

Interactive picker

Arrow-key, multi-select checklist.

Live progress

Size · speed · ETA bars.

Apple · RSS · 小宇宙

Shows, feeds, or a pasted link.

Resumable

Range requests resume drops.

›_

Scriptable

File path on stdout, UI on stderr.

BYOK summariessoon

Local transcription + your LLM key.

// get it

One line. macOS · Linux.

$ brew install xiaoleiy/tap/podpull
$ pipx install git+https://github.com/xiaoleiy/podpull