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

[FacebookBridge] Remove relative date from content (#1212)

Remove relative date from content, as well as the separator after it.

As mentioned in #1188.
This commit is contained in:
triatic
2019-07-26 09:56:34 +01:00
committed by Teromene
parent 2eee535171
commit 21b27a1042

View File

@@ -580,6 +580,8 @@ EOD;
'._5mly', // Remove embedded videos (the preview image remains)
'._2ezg', // Remove "Views ..."
'.hidden_elem', // Remove hidden elements (they are hidden anyway)
'.timestampContent', // Remove relative timestamp
'._6spk', // Remove redundant separator
);
foreach($content_filters as $filter) {