Loading...
Loading...
Compare original and translation side by side
python scripts/download_podcast.py "APPLE_PODCAST_URL" [-n COUNT] [-o OUTPUT_DIR]python scripts/download_podcast.py "APPLE_PODCAST_URL" [-n COUNT] [-o OUTPUT_DIR]?i=python scripts/download_podcast.py "https://podcasts.apple.com/cn/podcast/id1711052890?i=1000744375610"python scripts/download_podcast.py "https://podcasts.apple.com/cn/podcast/id1711052890" -n 5python scripts/download_podcast.py "https://podcasts.apple.com/us/podcast/id123456789"python scripts/download_podcast.py "URL" -n 10 -o /mnt/user-data/outputs?i=python scripts/download_podcast.py "https://podcasts.apple.com/cn/podcast/id1711052890?i=1000744375610"python scripts/download_podcast.py "https://podcasts.apple.com/cn/podcast/id1711052890" -n 5python scripts/download_podcast.py "https://podcasts.apple.com/us/podcast/id123456789"python scripts/download_podcast.py "URL" -n 10 -o /mnt/user-data/outputsurl-n, --count-o, --outputurl-n, --count-o, --outputpip install requests feedparser --break-system-packagespip install requests feedparser --break-system-packagesPodcastName/
├── podcast_info.json # Podcast metadata
├── 001 - Episode Title.m4a # Audio file
├── 001 - Episode Title.json # Episode metadata
├── 002 - Episode Title.m4a
└── ...PodcastName/
├── podcast_info.json # 播客元数据
├── 001 - Episode Title.m4a # 音频文件
├── 001 - Episode Title.json # 剧集元数据
├── 002 - Episode Title.m4a
└── ...{
"podcast_name": "Podcast Name",
"artist": "Author Name",
"country": "cn",
"total_episodes": 272,
"download_date": "2026-01-13T14:30:00"
}{
"title": "Episode Title",
"release_date": "2025-01-10",
"duration_minutes": 40,
"description": "Episode description...",
"audio_file": "001 - Episode Title.m4a"
}{
"podcast_name": "Podcast Name",
"artist": "Author Name",
"country": "cn",
"total_episodes": 272,
"download_date": "2026-01-13T14:30:00"
}{
"title": "Episode Title",
"release_date": "2025-01-10",
"duration_minutes": 40,
"description": "Episode description...",
"audio_file": "001 - Episode Title.m4a"
}view("/mnt/skills/user/podcast-downloader-v2/SKILL.md")pip install requests feedparser --break-system-packagespython /mnt/skills/user/podcast-downloader-v2/scripts/download_podcast.py \
"USER_URL" -n COUNT -o /mnt/user-data/outputspresent_files(["/mnt/user-data/outputs/PodcastName/..."])view("/mnt/skills/user/podcast-downloader-v2/SKILL.md")pip install requests feedparser --break-system-packagespython /mnt/skills/user/podcast-downloader-v2/scripts/download_podcast.py \
"USER_URL" -n COUNT -o /mnt/user-data/outputspresent_files(["/mnt/user-data/outputs/PodcastName/..."])https://itunes.apple.com/lookup?id={episode_id}&entity=podcastEpisode&country={country}https://itunes.apple.com/lookup?id={podcast_id}&entity=podcastEpisode&country={country}&limit=200https://itunes.apple.com/lookup?id={podcast_id}&country={country}&entity=podcasthttps://itunes.apple.com/lookup?id={episode_id}&entity=podcastEpisode&country={country}https://itunes.apple.com/lookup?id={podcast_id}&entity=podcastEpisode&country={country}&limit=200https://itunes.apple.com/lookup?id={podcast_id}&country={country}&entity=podcastundefinedundefined/references/usage_guide.mdtechnical_details.mdapi_reference.md/references/usage_guide.mdtechnical_details.mdapi_reference.md