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)); - }) + }); }