This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ def build_release_name(title: str, subtitle: str, year: int | None, info: dict)
|
|||||||
else:
|
else:
|
||||||
vc = "x264"
|
vc = "x264"
|
||||||
|
|
||||||
parts = [name, year_str, "FRENCH", res, "WEBRip", vc, "AAC"]
|
parts = [name, year_str, res, "WEBRip", vc, "AAC"]
|
||||||
base = ".".join(p for p in parts if p)
|
base = ".".join(p for p in parts if p)
|
||||||
return f"{base}-ReMoRa.mp4"
|
return f"{base}-ReMoRa.mp4"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user