Updated Team Skeet and MYLF.
This commit is contained in:
@@ -163,7 +163,7 @@ function toBaseSource(rawSource) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (new URL(rawSource).pathname.match(/.m3u8$/)) {
|
||||
if (new URL(rawSource).pathname.match(/\.(m3u8)|(mpd)$/)) {
|
||||
return {
|
||||
src: rawSource,
|
||||
stream: rawSource,
|
||||
|
||||
Reference in New Issue
Block a user