Skip to content

Commit add7211

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Detectors/ProviderName.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function detect(): string
1313
$metas = $this->extractor->getMetas();
1414

1515
return $oembed->str('provider_name')
16-
?: $metas->str('og:site_name')
16+
?: $metas->str('og:site_name', 'dcterms.publisher')
1717
?: ucfirst($this->fallback());
1818
}
1919

0 commit comments

Comments
 (0)