Archived
1
0
Fork 0

changed URQ catalogue URL

This commit is contained in:
Alexander Yakovlev 2017-08-18 21:37:52 +07:00
parent 63a13577f9
commit a17aaccba8

View file

@ -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');