mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:48:33 +01:00
Update fetcher.js
This commit is contained in:
parent
88f5eda0dd
commit
ac5343a8f7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
*/
|
*/
|
||||||
const fetch = require("node-fetch"); //2.5.x
|
const fetch = require("node-fetch"); //2.5.x
|
||||||
const xmltojson = require("xml2json")
|
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 youtube_url = `https://www.youtube.com/watch?v=`;
|
||||||
var dislike_api = `https://returnyoutubedislikeapi.com/votes?videoId=`
|
var dislike_api = `https://returnyoutubedislikeapi.com/votes?videoId=`
|
||||||
var new_api_url = `https://lighttube.herokuapp.com/api/player`
|
var new_api_url = `https://lighttube.herokuapp.com/api/player`
|
||||||
|
|
Loading…
Reference in a new issue