Skip to content

How get the details (or RAW info) of an article with enclosure ? #1342

Answered by martinrotter
Thomas-AA asked this question in Q&A
Discussion options

You must be logged in to vote

It is possible by abusing article filtering feature (Article Filters dialog).

function filterMessage() {
  console.log(msg.rawContents);

  return MessageObject.Accept;
}

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.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@Thomas-AA
Comment options

@martinrotter
Comment options

Answer selected by Thomas-AA
@Thomas-AA
Comment options

@martinrotter
Comment options

@martinrotter
Comment options

@Thomas-AA
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants