PixivFanboxDownloader icon indicating copy to clipboard operation
PixivFanboxDownloader copied to clipboard

保存投稿資訊

Open JC-Chung opened this issue 2 years ago • 1 comments

投稿資訊如標題、封面網址、發文時間、價格等訊息,用json或其他格式保存。

以及對於未解鎖的付費內容,保存公開可查看的標題、封面、發文時間、價格等訊息。

謝謝

JC-Chung avatar Apr 13 '22 12:04 JC-Chung

目前尚无此计划。 你可以考虑修改源码并编译,下载器的内部数据保存在 ts/modules/Store.ts 的 result 数组里。你可以在抓取完成后导出它,例如:

window.addEventListener(EVT.events.crawlFinish, () => {
  // export Store.result
  // ......
})

开发方式可以参考:https://github.com/xuejianxianzun/PixivBatchDownloader#%E5%BC%80%E5%8F%91

xuejianxianzun avatar Apr 13 '22 13:04 xuejianxianzun