mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 06:14:39 -05:00
libpoketube !
This commit is contained in:
parent
8b923f3d4c
commit
003acb9113
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
const fetch = require("node-fetch");
|
||||
const { toJson } = require("xml2json");
|
||||
|
||||
const fetcher = require("../src/fetcher.js");
|
||||
const fetcher = require("../libpoketube/libpoketube-fetcher.js");
|
||||
const getColors = require("get-image-colors");
|
||||
|
||||
const wiki = require("wikipedia");
|
Loading…
Reference in a new issue