From 820def53a945677697621766333a2ccd3f0c47ca Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Fri, 12 Jan 2018 21:09:01 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=20=D0=90=D0=BF=D0=B5=D1=80=D0=BE=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B1=D0=BB=D0=B5=D0=BC=D1=8B=20=D1=81=20DNS?= =?UTF-8?q?,=20HTTPS=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20=D0=BD=D0=B0?= =?UTF-8?q?=D0=B4=D1=91=D0=B6=D0=BD=D0=B5=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/Apero.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');