How get the details (or RAW info) of an article with enclosure ? #1342
-
Hi, is it possible in the Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
martinrotter
Mar 18, 2024
Replies: 1 comment 7 replies
-
You mean to display HTML/source of the article? Or the source XML of the whole feed? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is possible by abusing article filtering feature (Article Filters dialog).
Assign the filter to all feeds you are interested in. Then if you run "Test" button, it will print all raw contents of all articles from checked/selected feeds into command line output.
Well, this is highly advanced stuff. I guess I could add the feature. It is true, that WebEngine version has more feature in this aspect than lite one. I will maybe implement it the way so both web backends share exactly same features in this aspect to avoid user confusion.