mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
ignore-imdb-dir
This commit is contained in:
@@ -64,8 +64,11 @@ class Test extends Command
|
||||
|
||||
// $r = format_description('[em4] [em27]');
|
||||
|
||||
$rep = new SearchBoxRepository();
|
||||
$r = $rep->initSearchBoxField(4);
|
||||
// $rep = new SearchBoxRepository();
|
||||
// $r = $rep->initSearchBoxField(4);
|
||||
$imdb = new \Nexus\Imdb\Imdb();
|
||||
$imdb_id = 5768840;
|
||||
$r = $imdb->getMovie($imdb_id)->photo(true);
|
||||
dd($r);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user