This commit is contained in:
Eddy Hintze
2020-01-19 18:39:28 -05:00
parent 4fc463bc34
commit e93ff0628e
6 changed files with 61 additions and 26 deletions

View File

@@ -26,7 +26,7 @@ def cli():
parser_gencookie.add_argument(
'-c', '--cookie-file', type=str,
help="Location of the file to store the cookie",
default="hbd-cookies.txt",
required=True,
)
###
@@ -40,8 +40,8 @@ def cli():
)
parser_download.add_argument(
'-c', '--cookie-file', type=str,
help="Location of the file to store the cookie",
default="hbd-cookies.txt",
help="Location of the cookies file",
required=True,
)
parser_download.add_argument(
'-l', '--library-path', type=str,