README ¶ Apple https://github.com/ytdl-org/youtube-dl/issues/30216 https://github.com/ytdl-org/youtube-dl/issues/30250 https://podcasts.apple.com/podcast/4-on-the-horn-with-adam-kovacevich/id1585883787?i=1000539806607 https://podcasts.apple.com/us/podcast/the-joy-of-basketball-cookies-hoops-x-pdl/id1471240409?i=1000542112826 Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type AssetURL func (a AssetURL) String() string type Attributes type Audio func NewAudio(addr string) (*Audio, error) type Duration func (d Duration) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type AssetURL ¶ added in v1.39.3 type AssetURL string func (AssetURL) String ¶ added in v1.39.3 func (a AssetURL) String() string type Attributes ¶ added in v1.37.4 type Attributes struct { ArtistName string AssetURL AssetURL Duration Duration `json:"durationInMilliseconds"` Name string ReleaseDateTime string } type Audio ¶ type Audio struct { D []struct { Attributes Attributes } } func NewAudio ¶ func NewAudio(addr string) (*Audio, error) type Duration ¶ added in v1.39.3 type Duration int64 func (Duration) String ¶ added in v1.39.3 func (d Duration) String() string Source Files ¶ View all Source files apple.go Click to show internal directories. Click to hide internal directories.