Skip to content

Commit

Permalink
change video limit to avoid error
Browse files Browse the repository at this point in the history
  • Loading branch information
GalenReich committed Mar 8, 2024
1 parent 18e2c4d commit d2fb0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiktok_hashtag_analysis/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def create_parser():
"--limit",
type=int,
help="Maximum number of videos to download for each hashtag",
default=1000,
default=35,
)
parser.add_argument(
"-v",
Expand Down

0 comments on commit d2fb0cc

Please sign in to comment.