wader / goutubedl

Go wrapper for youtube-dl and yt-dlp
https://pkg.go.dev/github.com/wader/goutubedl?tab=doc
MIT License
86 stars 26 forks source link

add support for channel URLs #172

Closed hejops closed 7 months ago

hejops commented 7 months ago

Passing a channel URL to New returns Result.Entries that are playlists (at least on YouTube).

This PR enhances the parsing of channel JSONs by recursing into playlists, making them available as Result.Entries, as in a regular playlist.

wader commented 7 months ago

Thanks for the PR! looks resonable to me

hejops commented 7 months ago

Yeah, go ahead!

wader commented 7 months ago

Thanks!