mibe / FeedDupeFilter

Filtering out duplicated entries in RSS / ATOM feeds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accept direct string input of the raw feed

mibe opened this issue · comments

Currently the Core class needs the feed URL. It should be possible to supply not the URL, but the raw feed content or the DOMDocument directly. This would lower the requirements and make the project more versatile.