mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:58:25 +01:00
Update fetcher.js
This commit is contained in:
parent
834d8e4bfb
commit
441166f9d1
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue