5.4.7: added support for ancient vk videos & salt improvements
- now you can download 240p hardbass videos from 2008! - implemented updated stream salt and ip salt properly
This commit is contained in:
@@ -3,7 +3,7 @@ export const testers = {
|
||||
|| (patternMatch["spaceId"] && patternMatch["spaceId"].length === 13),
|
||||
|
||||
"vk": (patternMatch) => (patternMatch["userId"] && patternMatch["videoId"]
|
||||
&& patternMatch["userId"].length <= 10 && patternMatch["videoId"].length === 9),
|
||||
&& patternMatch["userId"].length <= 10 && patternMatch["videoId"].length <= 10),
|
||||
|
||||
"bilibili": (patternMatch) => (patternMatch["id"] && patternMatch["id"].length <= 12),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user