| 21 | ) |
| 22 | |
| 23 | type Downloader interface { |
| 24 | PlaylistMetadata(ctx context.Context, url string) (metadata ytdl.PlaylistMetadata, err error) |
| 25 | } |
| 26 | |
| 27 | const ( |
| 28 | maxYoutubeResults = 50 |
nothing calls this directly
no outgoing calls
no test coverage detected