Modify article content #20
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First of all, thanks for an excellent plugin! It is the reason I'm now using tt-rss :)
I do have a suggestion though; a way to modify the article content after it's been fetched. This would allow for all kind of nice things, but the problem I have a the moment is a site that uses scheme-less img hrefs, which aren't handled properly by the feed reader I'm using.
I took a stab at implementing a fix for this particular issue, something like this seems to work very well (to be placed right after the cleanup code):
Ah yes sorry, there's some code missing for actually saving the article, but you get the idea.
Hmm ... the nicest way would be more feed parameters with PHP code which would be executed. But this would also open a giant security hole for shared installations. But I'll think about some way.