The.substance.2024.hdcam.c1nem4.x264-sunscreen-... -

# Remove group name at end (e.g., -SUNSCREEN, -RARBG) name = re.sub(r'\-[A-Z0-9]+$', '', name)

# Detect codec codec = None if re.search(r'\.x264\.', name, re.I): codec = 'H.264' elif re.search(r'\.x265\.', name, re.I): codec = 'H.265' The.Substance.2024.HDCAM.c1nem4.x264-SUNSCREEN-...

# Extract year year_match = re.search(r'\b(19|20)\d2\b', clean_name) year = year_match.group(0) if year_match else None # Remove group name at end (e

Privacy Policy Cookie Policy Terms and Conditions