mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-01-08 22:06:59 +00:00
Add live url support
Adds a new `/live/` url support for redirects. Example youtube url: https://www.youtube.com/live/bcDKnrHBjlk
This commit is contained in:
parent
1e3067d88f
commit
8e2f57dbac
@ -27,7 +27,7 @@ const routes = [
|
||||
component: () => import("../components/PlaylistPage.vue"),
|
||||
},
|
||||
{
|
||||
path: "/:path(v|w|embed|shorts|watch)/:v?",
|
||||
path: "/:path(v|w|embed|live|shorts|watch)/:v?",
|
||||
name: "WatchVideo",
|
||||
component: () => import("../components/WatchVideo.vue"),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user