Added another group regex

This commit is contained in:
2026-03-20 13:21:07 -04:00
parent 02741c1e77
commit abdee8ec68
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ from watfag.parsers.generic.parsers import DataParser
patterns = [ patterns = [
re.compile(r"(?:-| - )(?P<group>[a-zA-Z0-9 &]*)\)?$", re.UNICODE), re.compile(r"(?:-| - )(?P<group>[a-zA-Z0-9 &]*)\)?$", re.UNICODE),
re.compile(r"\[(?P<group>[a-zA-Z0-9 &]*)\]?$", re.UNICODE),
re.compile(r"(?: )\[?(?P<group>[a-zA-Z0-9]*?)]?\)?$", re.UNICODE) re.compile(r"(?: )\[?(?P<group>[a-zA-Z0-9]*?)]?\)?$", re.UNICODE)
] ]

View File

@@ -189,6 +189,7 @@ class Group(WATFAG):
""" """
FLUX = "FLUX", 10 # Very good WEB-DL releases and fast FLUX = "FLUX", 10 # Very good WEB-DL releases and fast
HONE = "HONE", 10 # High quality re-encodes HONE = "HONE", 10 # High quality re-encodes
TAOE = "TAoE", 10 # High quality re-encodes
PHOCIS = "PHOCiS", 8 # Same as FLUX PHOCIS = "PHOCiS", 8 # Same as FLUX
LEGION = "LEGi0N", 8 # Same as FLUX LEGION = "LEGi0N", 8 # Same as FLUX
AOC = "AOC", 1 # Often low quality CAM releases. While fast, not worth it for most movies. AOC = "AOC", 1 # Often low quality CAM releases. While fast, not worth it for most movies.