hls property
Gets hls streams (contain both audio and video). Note that the content is not directly downloadable but returns a file with a list of the video fragments urls (this library can handle and download them).
Implementation
late final UnmodifiableListView<HlsStreamInfo> hls =
UnmodifiableListView(streams.whereType<HlsStreamInfo>());