mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 02:58:12 +01:00
add libpoketube loader
This commit is contained in:
parent
a8c74f7e02
commit
7cd7360a10
1 changed files with 22 additions and 0 deletions
22
src/libpoketube/loader.js
Normal file
22
src/libpoketube/loader.js
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
/*
|
||||||
|
|
||||||
|
PokeTube is a Free/Libre youtube front-end !
|
||||||
|
|
||||||
|
Copyright (C) 2021-2022 POKETUBE
|
||||||
|
|
||||||
|
This file is Licensed under LGPL-3.0-or-later. Poketube itself is GPL, Only this file is LGPL.
|
||||||
|
|
||||||
|
see a copy here:https://www.gnu.org/licenses/lgpl-3.0.txt
|
||||||
|
|
||||||
|
please dont remove this comment while sharing this code
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
module.exports =
|
||||||
|
{
|
||||||
|
fetcher:require("../libpoketube/libpoketube-fetcher.js"),
|
||||||
|
core:require("../libpoketube/libpoketube-core.js"),
|
||||||
|
musicInfo:require("music-info"),
|
||||||
|
wiki:require("wikipedia"),
|
||||||
|
version:"libpoketube-1.1-git"
|
||||||
|
}
|
Loading…
Reference in a new issue