mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 00:57:59 +00:00
Update fetcher.js
This commit is contained in:
parent
834d8e4bfb
commit
441166f9d1
@ -17,7 +17,7 @@
|
||||
*/
|
||||
const fetch = require("node-fetch"); //2.5.x
|
||||
const xmltojson = require("xml2json")
|
||||
const lyricsFinder = require("lyrics-finder");
|
||||
const lyricsFinder = require("../src/lyrics.js");
|
||||
var youtube_url = `https://www.youtube.com/watch?v=`;
|
||||
var dislike_api = `https://returnyoutubedislikeapi.com/votes?videoId=`
|
||||
var new_api_url = `https://lighttube.herokuapp.com/api/player`
|
||||
|
Loading…
Reference in New Issue
Block a user