diff --git a/Source/Urq.php b/Source/Urq.php index 81b43a1..8e3cc83 100644 --- a/Source/Urq.php +++ b/Source/Urq.php @@ -6,7 +6,7 @@ use \Game; class Urq extends Source { public $title = "Библиотека URQ"; protected function parse() { - $text = $this->get_text("http://urq.plut.info/"); + $text = $this->get_text('http://urq.plut.info/node/209'); $this->dom->loadStr($text, []); unset($text); $games = $this->dom->find('.view-NewGames tr');