Archived
1
0
Fork 0

У Аперо проблемы с DNS, HTTPS версия надёжнее

This commit is contained in:
Alexander Yakovlev 2018-01-12 21:09:01 +07:00
parent 65a9dde965
commit 820def53a9

View file

@ -7,7 +7,7 @@ class Apero extends Source {
public $title = "Apero";
protected function parse() {
$formatter = new \IntlDateFormatter( 'ru', \IntlDateFormatter::LONG, \IntlDateFormatter::NONE );
$text = $this->get_text('http://apero.ru/');
$text = $this->get_text('https://apero.ru/');
$this->dom->loadStr($text, []);
unset($text);
$games = $this->dom->find('.tabled-game-block');