remove vods

there's no point in downloading entire streams. people can clip what they need and download that instead!
This commit is contained in:
wukko
2023-09-16 17:58:43 +06:00
parent f7247b87f0
commit ad8a9c454d
5 changed files with 5 additions and 110 deletions

View File

@@ -34,5 +34,5 @@ export const testers = {
"streamable": (patternMatch) => (patternMatch["id"] && patternMatch["id"].length === 6),
"twitch": (patternMatch) => ((patternMatch["channel"] && patternMatch["clip"] && patternMatch["clip"].length <= 100 || patternMatch["video"] && patternMatch["video"].length <= 10)),
"twitch": (patternMatch) => ((patternMatch["channel"] && patternMatch["clip"] && patternMatch["clip"].length <= 100)),
}