do not filter out m3u8
Some checks failed
Build on push and PRs / build (push) Failing after 5s
Automatic version updates / version_update (push) Failing after 7s

This commit is contained in:
2025-02-09 17:53:12 +03:00
parent 1815e33339
commit cb39bec3a6

View File

@ -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)