We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc9bd9 commit 8ed38dbCopy full SHA for 8ed38db
tiktok-scraper/tiktok.py
@@ -371,7 +371,7 @@ def build_api_url(cursor: int = 0) -> str:
371
current_page = 0
372
373
# Create a session to maintain cookies
374
- session_id = "tiktok_channel_session"
+ session_id = session_id = str(uuid.uuid4().hex)
375
log.info(f"starting video fetch loop, max_pages={max_pages}")
376
377
while has_more and current_page < max_pages:
0 commit comments