Also look for Atom feeds when probing link URLs
parent
df69dc0edb
commit
5ef76e8f14
|
@ -1721,6 +1721,7 @@ class Probe
|
|||
$xpath = new DOMXPath($doc);
|
||||
|
||||
$feedUrl = $xpath->evaluate('string(/html/head/link[@type="application/rss+xml" and @rel="alternate"]/@href)');
|
||||
$feedUrl = $feedUrl ?: $xpath->evaluate('string(/html/head/link[@type="application/atom+xml" and @rel="alternate"]/@href)');
|
||||
|
||||
$feedUrl = $feedUrl ? self::ensureAbsoluteLinkFromHTMLDoc($feedUrl, $url, $xpath) : '';
|
||||
|
||||
|
|
Loading…
Reference in New Issue