mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 03:01:34 +00:00
Use more information from OMDb for movies
This commit is contained in:
@@ -30,5 +30,5 @@ if (!empty($argv[1]) && !empty($argv[2]) && ($argv[2] !== 'series' || $argv[2] !
|
||||
exit(ColorCLI::error('Error retrieving OMDb API data.'));
|
||||
}
|
||||
} else {
|
||||
exit(ColorCLI::error('Invalid arguments. This script requires a text string (show name).'));
|
||||
exit(ColorCLI::error('Invalid arguments. This script requires a text string (show name), and a second argument, movie or series.'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user