From e017cc082a8d7ef02052e91452ed1ebcc9d50b63 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Fri, 13 Oct 2017 08:18:28 +0700 Subject: [PATCH] anivisual, turned off Storymaze --- Source/Anivisual.php | 2 +- run.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Anivisual.php b/Source/Anivisual.php index dd69e2e..28d339b 100644 --- a/Source/Anivisual.php +++ b/Source/Anivisual.php @@ -41,7 +41,7 @@ class Anivisual extends Source { $game = new Game; $link = $gameBlock->find('.novel-ttl a')[0]; $game->title = $link->innerHtml; - $game->url = $link->getAttribute('href'); + $game->url = 'http://anivisual.net'.$link->getAttribute('href'); $games[] = $game; diff --git a/run.php b/run.php index 1d4587f..f7de394 100755 --- a/run.php +++ b/run.php @@ -26,7 +26,7 @@ if ($parsers === 'all' || in_array('all', $parsers)) { 'kvester', 'apero', 'instead', - 'storymaze', + //'storymaze', 'hyperbook_ru', 'hyperbook_en', 'questbook',