Added ニコニコ動画 metadata support.
This commit is contained in:
parent
5fe283a2a7
commit
19b46188ad
6 changed files with 154 additions and 2 deletions
public
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue