mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	rename fetcher to dislikes
This commit is contained in:
		
							parent
							
								
									355e721c6f
								
							
						
					
					
						commit
						6006946ce5
					
				| @ -8,7 +8,7 @@ | ||||
| 
 | ||||
| const { toJson } = require("xml2json"); | ||||
| const { curly } = require("node-libcurl"); | ||||
| const fetcher = require("../libpoketube/libpoketube-fetcher.js"); | ||||
| const getdislikes = require("../libpoketube/libpoketube-dislikes.js"); | ||||
| const getColors = require("get-image-colors"); | ||||
| const wiki = require("wikipedia"); | ||||
| 
 | ||||
| @ -104,7 +104,7 @@ class PokeTubeCore { | ||||
|     } | ||||
| 
 | ||||
|     if (this.checkUnexistingObject(vid)) { | ||||
|       const fe = await fetcher(v); | ||||
|       const fe = await getdislikes(v); | ||||
| 
 | ||||
|       try { | ||||
|         const headers = {}; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley