Download podcast audio and show notes from xiaoyuzhoufm.com (小宇宙).
# Download single episode
./scripts/download.sh "https://www.xiaoyuzhoufm.com/episode/abc123def456ghi789jklmno"
/Users/zym/Documents/podcast/ # Baidu cloud sync directory
└── PodcastName-EpisodeTitle/
├── EpisodeTitle.mp3
└── EpisodeTitle.md
__NEXT_DATA__ JSON from episode pagecurl - HTTP requestsjq - JSON parsingffmpeg - Audio conversion| Variable | Default | Description |
|---|---|---|
| ---------- | --------- | ------------- |
PODCAST_DIR | /Users/zym/Documents/podcast/ | Output directory (Baidu cloud sync) |
AUDIO_QUALITY | 0 | MP3 quality (0=best, 2=good, 4=normal) |
KEEP_M4A | false | Keep original m4a file |
| Task | Command |
|---|---|
| ------ | --------- |
| Download single episode | ./scripts/download.sh |
| Batch download | See reference.md |
| Custom quality | AUDIO_QUALITY=2 ./scripts/download.sh |
| Keep m4a | KEEP_M4A=true ./scripts/download.sh |
SKILL.md - This file (quick start)reference.md - Advanced usage, batch download, troubleshootingscripts/download.sh - Main download scriptLICENSE.txt - MIT License共 1 个版本