From ffc788eec2ba918287da41865939711f131e5572 Mon Sep 17 00:00:00 2001 From: edge20200 <126633394+edge20200@users.noreply.github.com> Date: Sat, 27 Apr 2024 19:31:04 -0400 Subject: [PATCH] Update args.py --- src/args.py | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/args.py b/src/args.py index ff93c8e0..6a438db0 100644 --- a/src/args.py +++ b/src/args.py @@ -51,7 +51,7 @@ def parse(self, args, meta): parser.add_argument('-d', '--desc', nargs='*', required=False, help="Custom Description (string)") parser.add_argument('-pb', '--desclink', nargs='*', required=False, help="Custom Description (link to hastebin/pastebin)") parser.add_argument('-df', '--descfile', nargs='*', required=False, help="Custom Description (path to file)") - parser.add_argument('-ih', '--imghost', nargs='*', required=False, help="Image Host", choices=['imgbb', 'ptpimg', 'imgbox', 'pixhost', 'lensdump']) + parser.add_argument('-ih', '--imghost', nargs='*', required=False, help="Image Host", choices=['imgbb', 'ptpimg', 'imgbox', 'pixhost', 'lensdump', 'oeimg']) parser.add_argument('-siu', '--skip-imagehost-upload', dest='skip_imghost_upload', action='store_true', required=False, help="Skip Uploading to an image host") parser.add_argument('-th', '--torrenthash', nargs='*', required=False, help="Torrent Hash to re-use from your client's session directory") parser.add_argument('-nfo', '--nfo', action='store_true', required=False, help="Use .nfo in directory for description") @@ -190,18 +190,3 @@ def parse_tmdb_id(self, id, category): else: id = id return category, id - - - - - - - - - - - - - - -