mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
add libpoketube loader
This commit is contained in:
parent
a8c74f7e02
commit
7cd7360a10
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 New Issue
Block a user