mirror of
https://github.com/bellingcat/tiktok-hashtag-analysis.git
synced 2026-06-08 19:38:31 +03:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a4af674ef | ||
|
|
3f4fd2606b | ||
|
|
d2fb0cc484 | ||
|
|
18e2c4de3e | ||
|
|
6369e9579a |
@@ -23,7 +23,7 @@ from tenacity import (
|
||||
TryAgain,
|
||||
wait_exponential,
|
||||
)
|
||||
from playwright._impl._api_types import Error
|
||||
from playwright._impl._errors import Error
|
||||
from TikTokApi import TikTokApi
|
||||
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -2,7 +2,7 @@ _MAJOR = "2"
|
||||
_MINOR = "0"
|
||||
# On main and in a nightly release the patch should be one ahead of the last
|
||||
# released build.
|
||||
_PATCH = "2"
|
||||
_PATCH = "4"
|
||||
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
|
||||
# https://semver.org/#is-v123-a-semantic-version for the semantics.
|
||||
_SUFFIX = ""
|
||||
|
||||
Reference in New Issue
Block a user