Kuroba-Experimental icon indicating copy to clipboard operation
Kuroba-Experimental copied to clipboard

Include thread json in thread export

Open B13rg opened this issue 1 month ago • 3 comments

Currently there are two export functions:

  • ExportDownloadedThreadAsHtmlUseCase: exports thread html, media, and thumbnails into .zip
  • ExportDownloadedThreadMediaUseCase: export thread media and thumbnails into folder

As part of the export process, I think it should include the thread json file which I think is fetched from ${siteName()}_${boardCode()}_${threadNo}.json. This will make it easier to access thread data with scripts

B13rg avatar May 31 '24 00:05 B13rg