Skip to content

Commit

Permalink
fix selenium tiktok #78 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghaisheng committed Dec 29, 2023
1 parent 19da633 commit 4991d18
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/onefile-example_tiktok_selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
proxy = {'user': 'myuser', 'pass': 'mypass', 'host': '111.111.111', 'port': '99'} # user:pass

# max limit: 10 days later than now
schedule = datetime(2023, 12, 20, 13, 00)
schedule = datetime(2023, 12, 30, 13, 00)
BROWSERS = [
'chrome',
'safari',
Expand All @@ -21,6 +21,8 @@
# 🫵 Mentions and Hashtags
# you should embed them in description field


# The scheduled datetime must be at least 20 minutes in the future and a maximum of 10 days.
onevideo = [
{
"path": "tests/1.mp4",
Expand Down Expand Up @@ -64,8 +66,7 @@
# To set a proxy, currently only works with chrome as the browser
proxy=proxy,
# The datetime to schedule the video will be treated with the UTC timezone.
# The scheduled datetime must be at least 20 minutes in the future and a maximum of 10 days.
schedule=schedule,

#To set whether or not a video uploaded allows stitches, comments or duet,
comment=True, stitch=True, duet=True,

Expand Down

0 comments on commit 4991d18

Please sign in to comment.