diff --git a/video_creation/final_video.py b/video_creation/final_video.py index 6261ade..c195e2c 100755 --- a/video_creation/final_video.py +++ b/video_creation/final_video.py @@ -129,7 +129,7 @@ def make_final_video( idx = re.sub(r"[^\w\s-]", "", reddit_obj["thread_id"]) title_thumb = reddit_obj["thread_title"] - filename = f"{name_normalize(title)[:150]}" + filename = f"{name_normalize(title)[:251]}" subreddit = settings.config["reddit"]["thread"]["subreddit"] if not exists(f"./results/{subreddit}"):