diff --git a/pynps/functions/functions.py b/pynps/functions/functions.py index a71761a..6b2ba4c 100644 --- a/pynps/functions/functions.py +++ b/pynps/functions/functions.py @@ -819,6 +819,14 @@ def create_args(): else: printft(HTML("[ERROR] NPS only supports game downlaods for the Playstation (PSX)")) sys.exit(1) + + if "PSM" in a.console and True in [a.dlcs, a.themes, a.updates, a.demos]: + if len(a.console) > 1: + printft(HTML("[WARNING] NPS only supports game downlaods for the Playstation Mobible (PSM)")) + else: + printft(HTML("[ERROR] NPS only supports game downlaods for the Playstation Mobible (PSM)")) + sys.exit(1) + if "PS3" in a.console and a.updates == True: if len(a.console) > 1: printft(HTML("[WARNING] NPS has no support for updates with the Playstation 3 (PS3)"))