README ¶ M3U https://github.com/ytdl-org/youtube-dl/issues/26410 https://wikipedia.org/wiki/M3U Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Directive func NewDirective(src, prefix string) Directive type Playlist func NewPlaylist(src io.Reader, prefix string) Playlist type Stream func NewStream(src io.Reader, prefix string) Stream Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Directive ¶ added in v1.8.4 type Directive map[string]string func NewDirective ¶ added in v1.8.4 func NewDirective(src, prefix string) Directive type Playlist ¶ added in v1.7.9 type Playlist map[string]string func NewPlaylist ¶ added in v1.7.9 func NewPlaylist(src io.Reader, prefix string) Playlist type Stream ¶ added in v1.7.9 type Stream map[string][]string func NewStream ¶ added in v1.7.9 func NewStream(src io.Reader, prefix string) Stream Source Files ¶ View all Source files m3u.go Click to show internal directories. Click to hide internal directories.