Skip to content

Commit

Permalink
Update backlinkcount query
Browse files Browse the repository at this point in the history
The current query string is failing
  • Loading branch information
silvantonio committed Mar 3, 2016
1 parent fb5787d commit e566a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SEOstats/Services/Alexa.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public static function getBacklinkCount($url = false)
$xpath = self::_getXPath($url);

$queryList = array(
"//section[@class='row-fluid panel-wrapper '][6]/section/div/span/div/span",
"//section[@id='linksin-panel-content']/div/span/div/span",
"//*[@id='linksin_div']/section/div/div[1]/span"
);

Expand Down

0 comments on commit e566a94

Please sign in to comment.