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:
@@ -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)),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user