feat: Add option to store raw post text without sanitization (Fix #52) #53

Merged
sim0n00ps merged 1 commits from wer/OF-DL:master into master 2025-10-07 13:05:15 +00:00
Contributor

Some posts end up with empty text in user_data.db because the current post‑processing parses HTML fragments as XML and returns an empty string on parse errors. This PR introduces a configuration toggle to bypass that processing so the original text from the API is stored as‑is.

Some posts end up with empty text in user_data.db because the current post‑processing parses HTML fragments as XML and returns an empty string on parse errors. This PR introduces a configuration toggle to bypass that processing so the original text from the API is stored as‑is.
wer added 1 commit 2025-09-13 09:57:04 +00:00
sim0n00ps merged commit 34e6eb1d2b into master 2025-10-07 13:05:15 +00:00
Sign in to join this conversation.
No description provided.