We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4163b32 commit f9dd1c1Copy full SHA for f9dd1c1
plugins/meta/media-detector.js
@@ -23,7 +23,7 @@ export default {
23
24
if (has_thumbnail && meta.og
25
&& !/\/(?:videos?|player|embed)\//i.test(url) && !/https?:\/\/videos?\./i.test(url)
26
- && (/article|blog|news|post|noticia/i.test(url)
+ && (/article|blog|news|noticia/i.test(url)
27
|| (/\/(\d{4})\/(\d{2})\/(\d{2})/).test(url)
28
|| /article|post/i.test(meta.og.type) && (!meta.ld || meta.article)
29
|| (
0 commit comments