Skip to content

Commit 9118cde

Browse files
committed
Update YouTube.js to v15.1.1
1 parent 1d688db commit 9118cde

File tree

2 files changed

+659
-4
lines changed

2 files changed

+659
-4
lines changed

deno.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"hono": "jsr:@hono/[email protected]",
1111
"@std/toml": "jsr:@std/[email protected]",
1212
"prom-client": "https://esm.sh/[email protected]",
13-
"youtubei.js": "https://cdn.jsdelivr.net/gh/LuanRT/[email protected].0-deno/deno.ts",
14-
"youtubei.js/Utils": "https://cdn.jsdelivr.net/gh/LuanRT/[email protected].0-deno/deno/src/utils/Utils.ts",
15-
"youtubei.js/NavigationEndpoint": "https://cdn.jsdelivr.net/gh/LuanRT/[email protected].0-deno/deno/src/parser/classes/NavigationEndpoint.ts",
16-
"youtubei.js/PlayerCaptionsTracklist": "https://cdn.jsdelivr.net/gh/LuanRT/[email protected].0-deno/deno/src/parser/classes/PlayerCaptionsTracklist.ts",
13+
"youtubei.js": "https://cdn.jsdelivr.net/gh/LuanRT/[email protected].1-deno/deno.ts",
14+
"youtubei.js/Utils": "https://cdn.jsdelivr.net/gh/LuanRT/[email protected].1-deno/deno/src/utils/Utils.ts",
15+
"youtubei.js/NavigationEndpoint": "https://cdn.jsdelivr.net/gh/LuanRT/[email protected].1-deno/deno/src/parser/classes/NavigationEndpoint.ts",
16+
"youtubei.js/PlayerCaptionsTracklist": "https://cdn.jsdelivr.net/gh/LuanRT/[email protected].1-deno/deno/src/parser/classes/PlayerCaptionsTracklist.ts",
1717
"jsdom": "npm:[email protected]",
1818
"bgutils": "https://esm.sh/[email protected]",
1919
"estree": "https://esm.sh/@types/[email protected]",

0 commit comments

Comments
 (0)