change video limit to avoid error

This commit is contained in:
Galen Reich
2024-03-08 14:44:55 +00:00
parent 18e2c4de3e
commit d2fb0cc484

View File

@@ -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",