mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	a
This commit is contained in:
		
							parent
							
								
									2b348117f4
								
							
						
					
					
						commit
						58f51bbfd7
					
				| @ -79,8 +79,8 @@ class PokeTubeCore { | ||||
|      | ||||
|     try { | ||||
|     const [invComments, videoInfo, videoData] = await Promise.all([ | ||||
|       fetch(`${this.config.invapi}/comments/${v}?hl=${contentlang}®ion=${contentregion}&h=${btoa(Date.now())}`).then((res) => res.text()), | ||||
|       fetch(`${this.config.invapi}/videos/${v}?hl=${contentlang}®ion=${contentregion}&h=${btoa(Date.now())}`).then((res) => res.text()), | ||||
|       fetch(`${this.config.invapi_alt}/comments/${v}?hl=${contentlang}®ion=${contentregion}&h=${btoa(Date.now())}`).then((res) => res.text()), | ||||
|       fetch(`${this.config.invapi_alt}/videos/${v}?hl=${contentlang}®ion=${contentregion}&h=${btoa(Date.now())}`).then((res) => res.text()), | ||||
|       curly | ||||
|         .get(`${this.config.tubeApi}video?v=${v}`, { | ||||
|           httpHeader: Object.entries(headers).map(([k, v]) => `${k}: ${v}`), | ||||
| @ -97,7 +97,7 @@ class PokeTubeCore { | ||||
|     const { json, video } = videoData; | ||||
| 
 | ||||
|     const channel_uploads = await fetch( | ||||
|       `${this.config.invapi}/channels/${vid.authorId}?hl=${contentlang}®ion=${contentregion}` | ||||
|       `${this.config.invapi_alt}/channels/${vid.authorId}?hl=${contentlang}®ion=${contentregion}` | ||||
|     ); | ||||
|     const p = this.getJson(await channel_uploads.text()); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley ////
						Ashley ////