Fix video title prefix
This commit is contained in:
parent
0bf444dfbf
commit
1fc66e814d
|
@ -100,7 +100,7 @@ def main():
|
||||||
if "v.redd" in post.url:
|
if "v.redd" in post.url:
|
||||||
if no_video:
|
if no_video:
|
||||||
continue
|
continue
|
||||||
post["title"] = "[V] " + post["title"]
|
item["title"] = "[V] " + item["title"]
|
||||||
|
|
||||||
# Special handling for NSFW
|
# Special handling for NSFW
|
||||||
if post.over_18:
|
if post.over_18:
|
||||||
|
|
Loading…
Reference in New Issue