Add functions to bypass websites that are redirected to (looking at you voe)

This commit is contained in:
2022-07-13 00:45:52 +02:00
parent 672b920f31
commit 4cf76eb62a
9 changed files with 68 additions and 89 deletions

View File

@ -1,4 +1,4 @@
import {Match, matches, Reliability} from "../../match/match";
import {Match, matches, Reliability} from "../../match/matches";
// @ts-ignore
import Hls from "hls.js";