feat(input): Support HLS streams (#242)
This patch adds support for yt-dl streams with the protocol m3u8_native which includes sites like Soundcloud. Closes: #241
This commit is contained in:
@@ -19,6 +19,7 @@ pub struct Output {
|
||||
pub uploader: Option<String>,
|
||||
pub url: String,
|
||||
pub webpage_url: Option<String>,
|
||||
pub protocol: Option<String>,
|
||||
}
|
||||
|
||||
impl Output {
|
||||
|
||||
Reference in New Issue
Block a user