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.
2 parents d1009ef + 7132bd6 commit 9e37b40Copy full SHA for 9e37b40
video_creation/final_video.py
@@ -125,7 +125,7 @@ def make_final_video(
125
title = re.sub(r"[^\w\s-]", "", reddit_obj["thread_title"])
126
idx = re.sub(r"[^\w\s-]", "", reddit_obj["thread_id"])
127
128
- filename = f"{name_normalize(title)}.mp4"
+ filename = f"{name_normalize(title)[:251]}.mp4"
129
subreddit = settings.config["reddit"]["thread"]["subreddit"]
130
131
if not exists(f"./results/{subreddit}"):
0 commit comments