mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	add stuff
This commit is contained in:
		
							parent
							
								
									3995e38795
								
							
						
					
					
						commit
						1104b15795
					
				| @ -20,6 +20,7 @@ class InnerTubePokeVidious { | |||||||
|    * @param {object} config - Configuration object for InnerTubePokeVidious. |    * @param {object} config - Configuration object for InnerTubePokeVidious. | ||||||
|    * @param {string} config.tubeApi - Tube API URL. |    * @param {string} config.tubeApi - Tube API URL. | ||||||
|    * @param {string} config.invapi - Invid API URL. |    * @param {string} config.invapi - Invid API URL. | ||||||
|  |    * @param {string} config.invapi_alt - Invid API URL - ALT . | ||||||
|    * @param {string} config.dislikes - Dislikes API URL. |    * @param {string} config.dislikes - Dislikes API URL. | ||||||
|    * @param {string} config.t_url - Matomo URL. |    * @param {string} config.t_url - Matomo URL. | ||||||
|    */ |    */ | ||||||
| @ -27,6 +28,8 @@ class InnerTubePokeVidious { | |||||||
|     this.config = config; |     this.config = config; | ||||||
|     this.cache = {}; |     this.cache = {}; | ||||||
|     this.language = "hl=en-US"; |     this.language = "hl=en-US"; | ||||||
|  |     this.apikey = "AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8" | ||||||
|  |     this.INNERTUBE_CONTEXT_CLIENT_VERSION = "1" | ||||||
|     this.region = "region=US"; |     this.region = "region=US"; | ||||||
|     this.sqp = "-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw"; |     this.sqp = "-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw"; | ||||||
|   } |   } | ||||||
| @ -78,8 +81,8 @@ class InnerTubePokeVidious { | |||||||
|      |      | ||||||
|     try { |     try { | ||||||
|     const [invComments, videoInfo, videoData] = await Promise.all([ |     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_alt}/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}/videos/${v}?hl=${contentlang}®ion=${contentregion}&h=${btoa(Date.now())}`).then((res) => res.text()), | ||||||
|       curly |       curly | ||||||
|         .get(`${this.config.tubeApi}video?v=${v}`, { |         .get(`${this.config.tubeApi}video?v=${v}`, { | ||||||
|           httpHeader: Object.entries(headers).map(([k, v]) => `${k}: ${v}`), |           httpHeader: Object.entries(headers).map(([k, v]) => `${k}: ${v}`), | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley ////
						Ashley ////