mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	add @youtube.com url support
This commit is contained in:
		
							parent
							
								
									3676195537
								
							
						
					
					
						commit
						8229cc46b6
					
				| @ -257,8 +257,13 @@ module.exports = function (app, config, renderTemplate) { | ||||
|   app.get("/channel/", async (req, res) => { | ||||
|     const { fetch } = await import("undici"); | ||||
|     try { | ||||
|       const ID = req.query.id; | ||||
|       const tab = req.query.tab; | ||||
|         | ||||
|       var ID = req.query.id; | ||||
|        | ||||
|       if (ID.endsWith('@youtube.com')) { | ||||
|       ID = ID.slice(0, -'@youtube.com'.length); | ||||
|       } | ||||
|             const tab = req.query.tab; | ||||
|       const cache = {}; | ||||
| 
 | ||||
|       try { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley