diff --git a/src/libpoketube/loader.js b/src/libpoketube/loader.js new file mode 100644 index 00000000..e2feaf19 --- /dev/null +++ b/src/libpoketube/loader.js @@ -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" +} \ No newline at end of file