mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-12 16:08:48 +00:00
Working Jdownloader
This commit is contained in:
parent
dcb3dccdc8
commit
f1d6a990ac
7 changed files with 307 additions and 1 deletions
15
src/widgets/jdownloader/widget.js
Normal file
15
src/widgets/jdownloader/widget.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
import jdownloaderProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
api: "https://api.jdownloader.org/{endpoint}/&signature={signature}",
|
||||
proxyHandler: jdownloaderProxyHandler,
|
||||
|
||||
mappings: {
|
||||
unified: {
|
||||
endpoint: "/",
|
||||
signature: "",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default widget;
|
Loading…
Add table
Add a link
Reference in a new issue