Holger
Holger
I host RSS-Bridge and FTR locally. I use the [FeedMergeBridge.php](https://github.com/RSS-Bridge/rss-bridge/blob/master/bridges/FeedMergeBridge.php) to merge 5 sub-feeds of the same site to a single one, so FreshRSS can sort out duplicates. Between them...
Hi, for my next project I need to replace several strings in image-paths to get rid of text-overlays. ``` find_string: /xxx_news_paid/images/ replace_string: /images/ find_string: /xxx_news/images/ replace_string: /images/ find_string: /xxx_magazine_paid/images/ replace_string:...
ippen.media is a big German news company with a large number of (mostly local) German newspapers/magazines and there corresponding websites. All/most of these websites using the same (ugly) CMS. Most...
Does 6tunnel detect when the dynamic IPv6 address of the target host changes? Or do I have to restart 6tunnel each time the destination IP changes? `6tunnel 443 sub.example.com 443`...
### Describe Your Problem **30 Seconds refresh rate is far too long for contact or motion sensor** As the installation of @abandonware/noble fails on Raspberry 4B I am unfortunately not...
I have two raspberrys working on different corners of my house. One of them is the mosquitto server/dispatcher. Both have a rtl_433 receiver to catch signals of 433 MHz weather-station-sensors...
I want to write a site config for `forums.lotro.com` but I can't find the right XPath for body and title and author. But for me it seems, that something different...
Question to wrap_in(), from here: https://github.com/j0k3r/graby/pull/262 I love it! @Kdecherf is there a reason, why wrapping is only allowed with `blockquote`, `p` and `div`? Or did I just read the...
@j0k3r (@fivefilters), While fixing https://github.com/wallabag/wallabag/issues/7013 I got a weird output with wallabag. When there is a .googleblog.com.txt (with same content as .blogspot.com.txt) wallabag catches the same article twice to the...
Is there a way of using graby for wallabag similar to Fulltest-RSS with two folders? ``` site_config/standard site_config/custom ``` That would be very nice. Specially when I symlink these with...