Skip to content

Commit

Permalink
Update args.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edge20200 authored Apr 27, 2024
1 parent 96f9787 commit ffc788e
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -190,18 +190,3 @@ def parse_tmdb_id(self, id, category):
else:
id = id
return category, id















0 comments on commit ffc788e

Please sign in to comment.