diff --git a/Source/Apero.php b/Source/Apero.php index 5604249..fd83afc 100644 --- a/Source/Apero.php +++ b/Source/Apero.php @@ -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');