mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-31 12:42:07 +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:
		| @@ -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"), | ||||
|     }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Glen Lowland
					Glen Lowland