diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/phinde/HubUrlExtractor.php | 2 |
1 files changed, 1 insertions, 1 deletions
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]' |
