Skip to content

Commit

Permalink
change type
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed May 6, 2024
1 parent 917d25f commit 4816493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ofscraper/utils/args/groups/common_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,14 @@ def common_other_params(func):
"-length-max",
help="max duration in seconds does not effect non-video files",
required=False,
type=parse_size,
type=int,
),
click.option(
"-lm",
"--length-min",
help="min duration in seconds does not effect non-video files",
required=False,
type=parse_size,
type=int,
),
help="Options for controlling which media is downloaded")

Expand Down

0 comments on commit 4816493

Please sign in to comment.