Working Jdownloader

This commit is contained in:
Karl Hudgell 2023-06-13 20:30:09 +01:00
parent dcb3dccdc8
commit f1d6a990ac
7 changed files with 307 additions and 1 deletions

View 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;