mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	Routing: Add support for the '/live/<id>' route
This commit is contained in:
		@@ -158,6 +158,7 @@ module Invidious::Routing
 | 
			
		||||
    get "/watch", Routes::Watch, :handle
 | 
			
		||||
    post "/watch_ajax", Routes::Watch, :mark_watched
 | 
			
		||||
    get "/watch/:id", Routes::Watch, :redirect
 | 
			
		||||
    get "/live/:id", Routes::Watch, :redirect
 | 
			
		||||
    get "/shorts/:id", Routes::Watch, :redirect
 | 
			
		||||
    get "/clip/:clip", Routes::Watch, :clip
 | 
			
		||||
    get "/w/:id", Routes::Watch, :redirect
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user