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
							
								
									36a8bec791
								
							
						
					
					
						commit
						b8b5b068ee
					
				| @ -40,16 +40,11 @@ module.exports = function (app, config, renderTemplate) { | ||||
|     if (!v) res.redirect("/"); | ||||
| 
 | ||||
|     var fetching = await fetcher(v); | ||||
|     const j = fetching.video.Player.Formats.Format, | ||||
|       j_ = Array.isArray(j) ? j[j.length - 1] : j; | ||||
|     let url; | ||||
|     if (j_.URL != undefined) url = j_.URL; | ||||
| 
 | ||||
|     const json = fetching.video.Player; | ||||
|     const engagement = fetching.engagement; | ||||
| 
 | ||||
|     renderTemplate(res, req, "download.ejs", { | ||||
|       url: url, | ||||
|       engagement: engagement, | ||||
|       k: k, | ||||
|       video: json, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley