aboutsummaryrefslogtreecommitdiff
path: root/src/phinde/HubUrlExtractor.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/phinde/HubUrlExtractor.php')
-rw-r--r--src/phinde/HubUrlExtractor.php2
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]'