Archived
1
0
Fork 0

anivisual, turned off Storymaze

This commit is contained in:
Alexander Yakovlev 2017-10-13 08:18:28 +07:00
parent 0fc8299671
commit e017cc082a
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ class Anivisual extends Source {
$game = new Game; $game = new Game;
$link = $gameBlock->find('.novel-ttl a')[0]; $link = $gameBlock->find('.novel-ttl a')[0];
$game->title = $link->innerHtml; $game->title = $link->innerHtml;
$game->url = $link->getAttribute('href'); $game->url = 'http://anivisual.net'.$link->getAttribute('href');
$games[] = $game; $games[] = $game;

View file

@ -26,7 +26,7 @@ if ($parsers === 'all' || in_array('all', $parsers)) {
'kvester', 'kvester',
'apero', 'apero',
'instead', 'instead',
'storymaze', //'storymaze',
'hyperbook_ru', 'hyperbook_ru',
'hyperbook_en', 'hyperbook_en',
'questbook', 'questbook',