Added ニコニコ動画 metadata support.

This commit is contained in:
flash 2023-01-25 13:37:38 +00:00
parent 5fe283a2a7
commit 19b46188ad
6 changed files with 154 additions and 2 deletions

View file

@ -12,7 +12,7 @@ define('UIH_DEBUG', is_file(UIH_ROOT . '/.debug'));
define('UIH_PUBLIC', UIH_ROOT . '/public');
define('UIH_SOURCE', UIH_ROOT . '/src');
define('UIH_LIBRARY', UIH_ROOT . '/lib');
define('UIH_VERSION', '20220716');
define('UIH_VERSION', '20230125');
require_once UIH_LIBRARY . '/index/index.php';