From 978a54a25f7286249a20294eb648b625e6be1b26 Mon Sep 17 00:00:00 2001 From: dev Date: Sat, 2 May 2026 19:15:40 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20WEBRip=20=E2=86=92=20WEB-DL=20(HLS=20dir?= =?UTF-8?q?ect=20download,=20no=20re-encode)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloader.py b/downloader.py index 54684f9..ba6e9a1 100644 --- a/downloader.py +++ b/downloader.py @@ -75,7 +75,7 @@ def build_release_name(title: str, subtitle: str, year: int | None, info: dict) else: 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) return f"{base}-ReMoRa.mp4"