Strubbl
Strubbl
I think there was an option like tidy to not strip empty nodes.
Did you also try to replace closing img tag with nothing?
~~For me it says "Eintrag neugeladen, aber das Abrufen des Inhalts ist fehlgeschlagen". So not even content fetching works with a custom config.~~ edit: Ok, now i also have the...
> or changing just the first line to not stripping img besides iframe: > > ``` > $re = '/\s]+)[^>]*>(?:| | | | | | | |\s)*/m'; > ``` Yes, this works. ~~But i do not get...
The graby version in wallabg is also older than the current master, where also td and th are not stripped: https://github.com/j0k3r/graby/blob/1281bf3d7045d2f2682d1af6ba3715e492184e9a/src/Graby.php#L277
this is my current progress for `infoservice.heise.de.txt` along with the Graby.php change you proposed: ``` find_string:
> You should strip the test_url, if you want to PR this. Because that looks like, as it is personalized for you as an individual. Maybe, but it was mentioned...
I have about 25k articles in wallabag and could not see a performance problem with the change of sorting by date. But my phone is fairly new. Maybe on an...
Did you check https://github.com/di72nn/wallabag-api-wrapper? Do you already know of https://github.com/wallabag/wallabag/issues/2800?
I cannot remember correctly, but the HTML strings being searched for during connection test in the app via https://github.com/wallabag/android-app/blob/master/app/src/main/java/fr/gaulupeau/apps/Poche/network/WallabagWebService.java were introduced, because in past there was no API endpoint to...