Update src/routes/invidious_routes/videos.ts
Browse files
src/routes/invidious_routes/videos.ts
CHANGED
|
@@ -546,7 +546,7 @@ videos.get("/:videoId", async (c) => {
|
|
| 546 |
: [];
|
| 547 |
|
| 548 |
// ββ DASH manifest URL ββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 549 |
-
const dashUrl =
|
| 550 |
|
| 551 |
// ββ Genre / family safe ββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 552 |
const genre: string = microformat.category ?? "";
|
|
|
|
| 546 |
: [];
|
| 547 |
|
| 548 |
// ββ DASH manifest URL ββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 549 |
+
const dashUrl = `/api/manifest/dash/id/${videoId}`;
|
| 550 |
|
| 551 |
// ββ Genre / family safe ββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 552 |
const genre: string = microformat.category ?? "";
|