X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/ad9f3cf5a07338134a29fee4b6215c50cb8142c8..5cbf471fb8bc6be680642b01e18418efc377051c:/bin/import-game-data.php diff --git a/bin/import-game-data.php b/bin/import-game-data.php index 0dc4926..95549d3 100755 --- a/bin/import-game-data.php +++ b/bin/import-game-data.php @@ -18,7 +18,8 @@ if (!is_file($foldersFile)) { $GLOBALS['packagelists']['cweiskepicks'] = [ 'de.eiswuxe.blookid2', - 'com.cosmos.babyloniantwins' + 'com.cosmos.babyloniantwins', + 'com.inverseblue.skyriders', ]; $wwwDir = __DIR__ . '/../www/'; @@ -648,7 +649,7 @@ function buildDiscoverGameTile($game) function categoryPath($title) { - return str_replace(['/', '\\', ' ', '+'], '_', $title); + return str_replace(['/', '\\', ' ', '+', '?'], '_', $title); } function getAllAges($games)