aboutsummaryrefslogtreecommitdiff
path: root/src/phinde/LinkExtractor/Html.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/phinde/LinkExtractor/Html.php')
-rw-r--r--src/phinde/LinkExtractor/Html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phinde/LinkExtractor/Html.php b/src/phinde/LinkExtractor/Html.php
index 7b987e3..b3a9ea6 100644
--- a/src/phinde/LinkExtractor/Html.php
+++ b/src/phinde/LinkExtractor/Html.php
@@ -8,7 +8,7 @@ class Html
{
public function extract(\HTTP_Request2_Response $res)
{
- $url = $res->getEffectiveUrl();
+ $url = Helper::removeAnchor($res->getEffectiveUrl());
$linkInfos = array();