From 984e70853a2d61ce7a433fba051598c1e4c9c2cb Mon Sep 17 00:00:00 2001 From: erwan Date: Mon, 19 Aug 2013 17:18:39 +0200 Subject: [PATCH] Modification de l'URL --- bridges/AliasBridge.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bridges/AliasBridge.php b/bridges/AliasBridge.php index 4143cbcc..994bd061 100755 --- a/bridges/AliasBridge.php +++ b/bridges/AliasBridge.php @@ -1,15 +1,15 @@ returnError('Could not request Alias.', 404); + $html = file_get_html('http://alias.sh/most-popular/usage') or $this->returnError('Could not request Alias.', 404); $html = $html->find('#content',0); foreach($html->find('.views-row') as $element) { $item = new \Item(); @@ -22,7 +22,7 @@ class AliasBridge extends BridgeAbstract{ } public function getName(){ - return 'Alias latest'; + return 'Alias most used'; } public function getURI(){