ttrss_plugin-feediron
ttrss_plugin-feediron copied to clipboard
Evolution of ttrss_plugin-af_feedmod
Seeing these errors in console in TTRSS: ``` preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated 1. plugins.local/feediron/init.php(287): preg_match(/charset=(\S+)/) 2. plugins.local/feediron/init.php(219): getArticleContent(https://hackaday.com/2022/08/13/air-filter-drm-hacker-opts-out-with-nfc-sticker/, [{"type":"xpath","xpath":"article","cleanup":["ul[@class='sharing']","ul[@class='share-post']"]}) 3. plugins.local/feediron/init.php(102): getNewContent(https://hackaday.com/2022/08/13/air-filter-drm-hacker-opts-out-with-nfc-sticker/,...
# Prerequisites Please answer the following questions for yourself before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.** - [ X] I am running the latest version - [...
I hope this is not a really stupid question, but I just encountered a site that provides some tags that ttrss is not pulling in. I want to use the...
# Expected Behavior When i use feediron multipage,The first link has a different xpath than the rest links and i don't know how to apply two xpaths on the multipage...
Can we enable/disable FeedIron/recipes based on article tag, in addition to article URL? There are some articles in my feeds that I don't want FeedIron to run on, but they...
Just an idea/feature request: Would it be possible to convert site-configs from https://github.com/fivefilters/ftr-site-config? These already contain a lot of sites and very well made settings.
When I try to grab content from "epetitionen.bundestag.de" it results in the following german errormessage: "Die Verwendung von Cookies ist in Ihrem Browser nicht aktiviert Für die Nutzung dieser Anwendung...
Hi there I would really like to add comments to the recipes that I'm writing, because, well, d'uh I'm not going to remember in 6 months why a certain construct...
# Future Discussion Filters could use an Observer pattern to make extending and modifying FeedIron a simpler task. This would Also free up Filters so they can be better mixed...
Legacy code looks to be littered all over the init.php as pointed out in #152 A full review of the original code is needed to ensure a clean code-base