mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	remove old video downloader
This commit is contained in:
		
							parent
							
								
									d03423f764
								
							
						
					
					
						commit
						4e9411f0d7
					
				| @ -98,13 +98,6 @@ module.exports = function (app, config, renderTemplate) { | ||||
|     res.redirect(url); | ||||
|   }); | ||||
| 
 | ||||
|   app.get("/api/video/downloadjson", async function (req, res) { | ||||
|     var v = req.query.v; | ||||
|     var fetching = await fetcher(v); | ||||
|     const url = fetching.video.Player.Formats.Format[1].URL; | ||||
|     res.json(url); | ||||
|   }); | ||||
| 
 | ||||
|   app.get("/api/subtitles", async (req, res) => { | ||||
|     const id = req.query.v; | ||||
|     const l = req.query.h; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley