Updated Team Skeet and MYLF.

This commit is contained in:
DebaucheryLibrarian
2023-08-11 03:56:08 +02:00
parent 71efd7a96f
commit 02850eb6e3
612 changed files with 3074 additions and 65 deletions

View File

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