Update fetcher.js

This commit is contained in:
Ashley 2022-03-06 19:20:07 +03:00 committed by GitHub
parent 834d8e4bfb
commit 441166f9d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`