Update final_video.py

pull/981/head
Jason 2 years ago committed by GitHub
parent 1bd39db6f2
commit d7419cf8e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ def name_normalize(name: str) -> str:
name = re.sub(r"(\d+)\s?\/\s?(\d+)", r"\1 of \2", name)
name = re.sub(r"(\w+)\s?\/\s?(\w+)", r"\1 or \2", name)
name = re.sub(r"\/", r"", name)
name[:70]
name[:30]
lang = settings.config["reddit"]["thread"]["post_lang"]
if lang:

Loading…
Cancel
Save