mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	add Region settings :3
This commit is contained in:
		
							parent
							
								
									48076e81d6
								
							
						
					
					
						commit
						87bdb45f0e
					
				| @ -177,12 +177,15 @@ module.exports = function (app, config, renderTemplate) { | ||||
|   }); | ||||
| 
 | ||||
|   app.get("/watch", async (req, res) => { | ||||
|     const { dm, v, e, r, f, m, quality: q, a, universe } = req.query; | ||||
|     const { dm, region, hl, v, e, r, f, m, quality: q, a, universe } = req.query; | ||||
| 
 | ||||
|     if (!v) { | ||||
|       return res.redirect("/"); | ||||
|     } | ||||
|       | ||||
|    var contentlang = hl || "en-US"; | ||||
|    var contentregion = region || "US"; | ||||
| 
 | ||||
|     const isVideoValid = await core.isvalidvideo(v); | ||||
|     if (!isVideoValid) { | ||||
|       return res.redirect("/?fromerror=21_video_not_valid"); | ||||
| @ -193,7 +196,7 @@ module.exports = function (app, config, renderTemplate) { | ||||
|     const secure = ["poketube.fun"].includes(req.hostname); | ||||
|     const verify = req.hostname === "pt.zzls.xyz"; | ||||
| 
 | ||||
|     core.video(v).then((data) => { | ||||
|     core.video(v, contentlang, contentregion).then((data) => { | ||||
|       try { | ||||
|         const k = data?.video; | ||||
|         const json = data?.json; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley