fix: WEBRip → WEB-DL (HLS direct download, no re-encode)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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, res, "WEBRip", vc, "AAC"]
|
parts = [name, year_str, res, "WEB-DL", 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