mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +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
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const routes = [
|
||||||
component: () => import("../components/PlaylistPage.vue"),
|
component: () => import("../components/PlaylistPage.vue"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/:path(v|w|embed|shorts|watch)/:v?",
|
path: "/:path(v|w|embed|live|shorts|watch)/:v?",
|
||||||
name: "WatchVideo",
|
name: "WatchVideo",
|
||||||
component: () => import("../components/WatchVideo.vue"),
|
component: () => import("../components/WatchVideo.vue"),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue