1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-17 22:02:09 +02:00

[PepperBridgeAbstract] Fix Detection of "no deals found" and more (#3821)

- CSS styles showing there were no deals found has changed : CSS class
  was updated
- Relative Date handling : the minimum granularity of a relative date is
  the minute on the site. Seconds are therefore meaningless, and are now deleted.

MydealsBridge was missing one relateve date prefix : now every date is
parsed (I hope so !)
This commit is contained in:
sysadminstory
2023-12-08 06:25:39 +01:00
committed by GitHub
parent c3d9383523
commit 3ef0226a08
2 changed files with 10 additions and 2 deletions

View File

@@ -2068,7 +2068,9 @@ class MydealsBridge extends PepperBridgeAbstract
'relative-date-alt-prefixes' => [
'aktualisiert vor ',
'kommentiert vor ',
'heiß seit '
'eingestellt vor ',
'heiß seit ',
'vor '
],
'relative-date-ignore-suffix' => [
'/von.*$/'