ignore-imdb-dir

This commit is contained in:
xiaomlove
2021-05-26 18:08:55 +08:00
parent 576658cd2c
commit 67ab1dcb18
3 changed files with 11 additions and 6 deletions
+5 -2
View File
@@ -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);
}