mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-01 12:31:15 +00:00
@@ -56,9 +56,7 @@ export default async function(host, patternMatch, url, lang, obj) {
|
||||
});
|
||||
break;
|
||||
case "bilibili":
|
||||
r = await bilibili({
|
||||
id: patternMatch.id.slice(0, 12)
|
||||
});
|
||||
r = await bilibili(patternMatch);
|
||||
break;
|
||||
case "youtube":
|
||||
let fetchInfo = {
|
||||
|
||||
Reference in New Issue
Block a user