mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	fix ryd
This commit is contained in:
		
							parent
							
								
									5aaa683ea3
								
							
						
					
					
						commit
						c265878755
					
				| @ -56,7 +56,7 @@ class PokeTubeAPI { | ||||
|    */ | ||||
|   async _getEngagementData() { | ||||
|     const apiUrl = `${DISLIKE_API}${this.videoId}`; | ||||
|     const fallbackUrl = `https://p.poketube.fun/${apiUrl}`; | ||||
|     const fallbackUrl = `https://returnyoutubedislikeapi.com/votes?videoId=${this.videoId}`; | ||||
| 
 | ||||
|     try { | ||||
|       const engagement = await fetch(apiUrl).then((res) => res.json()); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley