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
204 stars 34 forks source link

Reuse site config from fivefilters site-config? #154

Open kossmoboleat opened 4 years ago

kossmoboleat commented 4 years ago

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.

dugite-code commented 4 years ago

I don't see why we couldn't, it looks to be a rather simple format that has a fair amount in common with our project. https://help.fivefilters.org/full-text-rss/site-patterns.html#pattern-format

GoodSoulGermany commented 4 years ago

Awesome idea, thanks for sharing @kossmoboleat. I will reuse these on other projects as well.

Btw: Any progress on this?

dugite-code commented 4 years ago

@GoodSoulGermany I had written a very basic parser but lost my work. But that was fairly simple to do. The difficulty is figuring out how to elegantly display the ability to add said filters.

I was already thinking of adding a category drop-down to the configuration tab's recipe import, so I might just stick it there.

*Edit: Although it is over 1000 entry's long so some form of search may be necessary

dugite-code commented 4 years ago

Work started, with the parser finished: https://github.com/feediron/ttrss_plugin-feediron/blob/dev/preftab/fi_fivefilters.php

Just need to integrate it with the recipe manager

dugite-code commented 3 years ago

cookies/headers support needs to be added as part of the retriever work https://github.com/feediron/ttrss_plugin-feediron/issues/44#issuecomment-870736101