mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	add universe 12 :3
This commit is contained in:
		
							parent
							
								
									3b726c3904
								
							
						
					
					
						commit
						60bee14c8a
					
				| @ -70,6 +70,19 @@ module.exports = function (app, config, renderTemplate) { | ||||
|   app.get("/search", async (req, res) => { | ||||
|     const query = req.query.query; | ||||
| 
 | ||||
|     const poketube_universe_value = "poketube_smart_search" | ||||
|      | ||||
|     if(query.includes("youtube.com")){ | ||||
|       try { | ||||
|       var videoid = query.split("v=") | ||||
|        | ||||
|       res.redirect("/watch?v=" + videoid[1]) | ||||
|       } catch { | ||||
|         return; | ||||
|       } | ||||
|        | ||||
|     } | ||||
|      | ||||
|     if (!query) { | ||||
|       return res.redirect("/"); | ||||
|     } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley