Add option to not save thumbnails/images #967
Unanswered
columndeeply
asked this question in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could a "Don't download images" option be added? I'm using shiori in list mode + hidden thumbnails, but I still end up with a bunch of images downloaded. The download code is here:
shiori/internal/core/processing.go
Lines 127 to 144 in 40ae4cd
I've tried removing that chunk of code and recompiling and it works as intended, new bookmarks don't download any images. I'm guessing wrapping that loop in an "if" condition (like the book.CreateEbook in that same file) should work.
If this sounds good to you I can try to write a pull request with these changes.
Beta Was this translation helpful? Give feedback.
All reactions