1337xhd-shop-mtv-splitsvilla-2022-s14e06-hindi-full-episode-720p-rarbghd-shop-mkv -

def extract_info(filename): pattern = r"(\w+)-(\w+)-s(\d+)e(\d+)-(\w+)-full-episode-(\d+p)-(\w+)-(\w+)" match = re.match(pattern, filename) if match: return { "source": match.group(1), "show": match.group(2), "season": match.group(3), "episode": match.group(4), "language": match.group(5), "quality": match.group(6), "encoder": match.group(7), "format": match.group(8), } return {}