1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-16 13:10:45 +03:00
rss-bridge/lib
Dag 4c355ba308
fix(FilterBridge): trim title so that regex filter works as expected ()
The fix is in FeedParser, so this fixes all usages
of FeedParser where title is now trimmed.

fix 
2024-02-20 19:32:31 +01:00
..
parsedown chore: move committed third-party deps to lib () 2024-02-09 22:27:35 +01:00
php-urljoin chore: move committed third-party deps to lib () 2024-02-09 22:27:35 +01:00
simplehtmldom chore: move committed third-party deps to lib () 2024-02-09 22:27:35 +01:00
ActionInterface.php refactor: introduce http Request object () 2024-01-25 16:06:24 +01:00
bootstrap.php chore: prepare for introduction of php-webdriver/webdriver (Selenium) () 2024-02-09 22:51:10 +01:00
BridgeAbstract.php refactor(FeedParser): () 2024-01-29 21:51:06 +01:00
BridgeCard.php fix: escape token for html context () 2024-02-09 07:27:16 +01:00
BridgeFactory.php refactor () 2023-10-01 19:23:30 +02:00
CacheFactory.php chore: add tools for manually administrating the configured cache () 2024-01-09 20:33:35 +01:00
CacheInterface.php fix: rewrite and improve caching () 2023-09-10 21:50:15 +02:00
Configuration.php fix: prepare release () 2024-02-02 18:22:10 +01:00
contents.php feat: add etag support to getContents () 2024-01-12 01:31:01 +01:00
Debug.php refactor: logger () 2023-09-21 22:05:55 +02:00
FeedExpander.php fix(FeedExpander): if parse fails, include offending url in exception message () 2024-01-29 21:51:34 +01:00
FeedItem.php fix(binance): plus some other tweaks () 2023-10-13 20:48:08 +02:00
FeedParser.php fix(FilterBridge): trim title so that regex filter works as expected () 2024-02-20 19:32:31 +01:00
FormatAbstract.php feat: support itunes namespace in top channel feed () 2024-01-09 20:18:33 +01:00
FormatFactory.php refactor: introduce http Request object () 2024-01-25 16:06:24 +01:00
html.php refactor: prepare for introduction of token based authentication () 2024-01-24 23:06:23 +01:00
http.php feat: token authentication () 2024-01-25 18:20:02 +01:00
logger.php chore: add tools for manually administrating the configured cache () 2024-01-09 20:33:35 +01:00
ParameterValidator.php refactor/fix () 2024-01-25 13:03:00 +01:00
php8backports.php refactor () 2023-10-01 19:23:30 +02:00
RssBridge.php feat: token authentication () 2024-01-25 18:20:02 +01:00
seotags.php [CssSelectorBridge] Move metadata retrieval to lib () 2024-01-23 15:58:30 +01:00
TwitterClient.php fix: rewrite and improve caching () 2023-09-10 21:50:15 +02:00
url.php fix(senscritique) () 2023-10-13 11:24:22 +02:00
utils.php Utils: Add Webp MIME type () 2024-01-19 21:30:06 +01:00
WebDriverAbstract.php Adopt WebDriverAbstract as a solution for active (JavaScript) websites () 2024-02-10 04:42:22 +01:00
XPathAbstract.php feat: add etag support to getContents () 2024-01-12 01:31:01 +01:00