mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 09:16:19 +00:00
I have no time to review my commit
This commit is contained in:
@@ -36,11 +36,11 @@ class TikTokUploadEngine(BaseUploadEngine):
|
||||
description = description.replace(word, "")
|
||||
|
||||
title = title.strip()
|
||||
description = description.strip().replace("\n", " ") # Newlines are not supported by this uploader
|
||||
description = description.strip()
|
||||
hashtags_str = " ".join(hashtags) + " " if hashtags else ""
|
||||
failed = upload_video(
|
||||
filename=self.ctx.get_file_path("final.mp4"),
|
||||
description=f"{title} {description} {hashtags_str}",
|
||||
description=f"{title}\n{description} {hashtags_str}",
|
||||
cookies_str=cookies,
|
||||
browser="chrome",
|
||||
comment=True, stitch=False, duet=False
|
||||
|
||||
Reference in New Issue
Block a user