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
public

View file

@ -12,6 +12,7 @@ if(UIH_DEBUG)
$ctx->registerLookup(new \Uiharu\Lookup\TwitterLookup);
$ctx->registerLookup(new \Uiharu\Lookup\YouTubeLookup);
$ctx->registerLookup(new \Uiharu\Lookup\NicoNicoLookup);
// this should always come AFTER other lookups involved http(s)
$ctx->registerLookup(new \Uiharu\Lookup\WebLookup);