do not filter out m3u8
This commit is contained in:
@ -497,11 +497,6 @@ func infoFromURL(
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
// filter out m3u8_native protocol
|
|
||||||
if caption.Protocol != "" {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
resp, respErr := get(caption.URL)
|
resp, respErr := get(caption.URL)
|
||||||
if respErr == nil {
|
if respErr == nil {
|
||||||
buf, err := io.ReadAll(resp.Body)
|
buf, err := io.ReadAll(resp.Body)
|
||||||
|
Reference in New Issue
Block a user