mirror of
https://github.com/bellingcat/tiktok-hashtag-analysis.git
synced 2026-06-07 19:08:32 +03:00
change video limit to avoid error
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user