mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	qwq
This commit is contained in:
		
							parent
							
								
									88639e6b99
								
							
						
					
					
						commit
						6ff397f270
					
				| @ -62,10 +62,7 @@ async function video(v) { | ||||
| 
 | ||||
|     let nightlyRes; | ||||
| 
 | ||||
|     const video = await fetch(`${config.tubeApi}video?v=${v}`) | ||||
|       .then((res) => res.text()) | ||||
|       .then((xml) => JSON.parse(toJson(xml))); | ||||
| 
 | ||||
|   | ||||
|     var inv_comments = await fetch(`${config.invapi}/comments/${v}`).then( | ||||
|       (res) => res.text() | ||||
|     ); | ||||
| @ -96,7 +93,7 @@ async function video(v) { | ||||
| 
 | ||||
|     return { | ||||
|       json: data.video.Player, | ||||
|       video, | ||||
|       video: await fetch(`${config.tubeApi}video?v=${v}`).then((res) => res.text())  .then((xml) => JSON.parse(toJson(xml))), | ||||
|       vid, | ||||
|       comments, | ||||
|       engagement: data.engagement, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley