File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,11 @@ export default {
99
1010 const ld = meta . ld ?. newsarticle || meta . ld ?. article || meta . ld ?. blogposting || meta . ld ?. reportagenewsarticle || meta . ld ?. socialmediaposting ;
1111
12- if ( ld
13- || ( meta . og && ( meta . og . type === "article" || meta . og . type === "blog" || meta . og . type === 'website' )
14- || meta . twitter ?. card === 'summary_large_image'
15- || meta . article )
12+ if ( ( ld
13+ || ( meta . og && ( meta . og . type === "article" || meta . og . type === "blog" || meta . og . type === 'website' )
14+ || meta . twitter ?. card === 'summary_large_image'
15+ || meta . article ) )
16+
1617 && ( options . getRequestOptions ( 'readability.articlebody' , false ) || CONFIG . providerOptions ?. app ?. allow_readability === true ) ) {
1718
1819 if ( ld ?. articlebody && / \/ > / . test ( ld . articlebody ) ) {
You can’t perform that action at this time.
0 commit comments