mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	Merge branch 'main' into main
This commit is contained in:
		
						commit
						a1e1c3e33f
					
				| @ -181,17 +181,6 @@ app.use("/sb/i/:v/:imagePath/:img", async function (req, res) { | ||||
|     } catch {} | ||||
| }); | ||||
| 
 | ||||
|   app.get("/feeds/videos.xml", async (req, res) => { | ||||
|     const id = req.query.channel_id; | ||||
| 
 | ||||
|     let url = `https://youtube.com/feeds/videos.xml?channel_id=${id}`; | ||||
| 
 | ||||
|     let f = await modules.fetch(url, { | ||||
|       method: req.method, | ||||
|     }); | ||||
| 
 | ||||
|     f.body.pipe(res); | ||||
|   }); | ||||
| 
 | ||||
|   app.get("/api/redirect", async (req, res) => { | ||||
|     const red_url = atob(req.query.u); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 nin0dev
						nin0dev