# Infer source from Rip type source = "BluRay" if "BrRip" in rip_type else "Web" if "WebRip" in rip_type else "Unknown"
title, year, res, rip_type, codec, size_mb, group = match.groups() The Road -2009- 720p BrRip x264 - 700mb - YIFY
if not match: return None
# Infer source from Rip type source = "BluRay" if "BrRip" in rip_type else "Web" if "WebRip" in rip_type else "Unknown"
title, year, res, rip_type, codec, size_mb, group = match.groups()
if not match: return None