mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
[CssSelectorBridge] Add more metadata tags (#3768)
Add og: variants for published/updated time and author
This commit is contained in:
parent
8203196145
commit
a41bb088f8
1 changed files with 4 additions and 1 deletions
|
@ -336,9 +336,11 @@ class CssSelectorBridge extends BridgeAbstract
|
|||
],
|
||||
'timestamp' => [
|
||||
'article:published_time',
|
||||
'og:article:published_time',
|
||||
'releaseDate',
|
||||
'releasedate',
|
||||
'article:modified_time',
|
||||
'og:article:modified_time',
|
||||
'lastModified',
|
||||
'lastmodified'
|
||||
],
|
||||
|
@ -351,8 +353,9 @@ class CssSelectorBridge extends BridgeAbstract
|
|||
'thumbnailimg'
|
||||
],
|
||||
'author' => [
|
||||
'author',
|
||||
'article:author',
|
||||
'og:article:author',
|
||||
'author',
|
||||
'article:author:username',
|
||||
'profile:first_name',
|
||||
'profile:last_name',
|
||||
|
|
Loading…
Add table
Reference in a new issue