1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 16:14:39 -05:00

libpoketube !

This commit is contained in:
Ashley 2022-10-27 11:30:49 +02:00
parent d85e6efb38
commit f0c0981dbc

View file

@ -15,7 +15,7 @@
const fetch = require("node-fetch"); const fetch = require("node-fetch");
const { toJson } = require("xml2json"); const { toJson } = require("xml2json");
const fetcher = require("../src/fetcher.js"); const fetcher = require("../libpoketube/libpoketube-fetcher.js");
const getColors = require("get-image-colors"); const getColors = require("get-image-colors");
const wiki = require("wikipedia"); const wiki = require("wikipedia");