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

Open
wer wants to merge 1 commits from wer/OF-DL:master into master
First-time 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
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u master:wer-master
git checkout wer-master
Sign in to join this conversation.
No description provided.