From 2909e14fe4b71b9cc03104e0cc4081782fe26443 Mon Sep 17 00:00:00 2001 From: Roy Olav Purser Date: Tue, 7 Sep 2021 15:01:17 +0200 Subject: [PATCH] fixed seafile url --- backend/seafile.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/backend/seafile.js b/backend/seafile.js index c8a5c21..a88c82e 100644 --- a/backend/seafile.js +++ b/backend/seafile.js @@ -13,6 +13,10 @@ for(let i=0; i { const dom = cheerio.load(resp.data, {xmlMode: false}); const tags = dom('script').get(); @@ -53,6 +57,7 @@ if(url !== null) { data[prop.key.name] = prop.value.value; } } + data["rawPath"] = direct.href; console.log(JSON.stringify(data)); - }) + }); }