Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Itunes SDK 获取所有订阅的播客列表?
您无法从我能够挖掘的内容中获取提要网址、播客标题等。
但是,您可以使用 Flagbug 提供的代码获取播客剧集曲目。
这应该会返回包含所有订阅播客的播放列表:
var podCastPlaylist = new iTunesAppClass() .LibrarySource .Playlists .Cast<IITPlaylist>() .First(pl => pl.Name == "Podcasts")