Fix video title prefix

This commit is contained in:
Tim Van Baak 2023-07-03 13:21:56 +00:00
parent 0bf444dfbf
commit 1fc66e814d
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ def main():
if "v.redd" in post.url:
if no_video:
continue
post["title"] = "[V] " + post["title"]
item["title"] = "[V] " + item["title"]
# Special handling for NSFW
if post.over_18: