feediron / ttrss_plugin-feediron

Evolution of ttrss_plugin-af_feedmod
https://discourse.tt-rss.org/t/plugin-update-feediron-v1-2-0/2018
MIT License
206 stars 34 forks source link

add hackaday.com recipe #139

Closed teroshan closed 4 years ago

teroshan commented 4 years ago

All the article doesn't appear in the feed by default, and pictures are missing.

This recipe fetches the whole article, along with the pictures.

Rule Submission

Website: hackaday.com

dugite-code commented 4 years ago

Ah I knew I forgot to add a recipe myself

I personally perfer my method because it hides the by-line and comments from the top, but I think that's really personal preference.

{
    "type": "xpath",
    "tidy-source": true,
    "xpath": [
        "div[@class='entry-featured-image']",
        "div[@class='entry-content']"
    ],
    "join_element": "<br>"
}

Thanks for your contribution