X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/ab2ebeda104555928ef044c662b1e672c067e218..54fbef1610d1c2ecb48fb149602e3b88f80747df:/src/phinde/HubUrlExtractor.php diff --git a/src/phinde/HubUrlExtractor.php b/src/phinde/HubUrlExtractor.php index b33abfe..a7f38a0 100644 --- a/src/phinde/HubUrlExtractor.php +++ b/src/phinde/HubUrlExtractor.php @@ -77,7 +77,7 @@ class HubUrlExtractor $tagQuery = '/atom:feed/atom:link['; } else if ($type === 'application/rss+xml') { - $tagQuery = '/rss/channel/link['; + $tagQuery = '/rss/channel/*[(self::link or self::atom:link) and '; } else { $tagQuery = '/*[self::html or self::h:html]'