Archived
1
0
Fork 0

Instory переехал

This commit is contained in:
Alexander Yakovlev 2019-03-29 12:59:03 +07:00
parent 3d75996553
commit 90a0093d18
Signed by: oreolek
GPG key ID: 1CDC4B7820C93BD3

View file

@ -23,7 +23,7 @@ use \Game;
class Instory extends Source {
public $title = "Instory";
protected function parse() {
$this->parseFeed('http://instory.top/feed/');
$this->parseFeed('http://instory.su/feed/');
}
protected function parseFeed($feedUrl) {
$string = $this->get_text($feedUrl);