// Example usage const result = MediaFilenameParser.parse("the studio s01 1080p web-dl"); console.log(result);
Whether you are here for the Seth Rogen humor or the technical perfection of a high-bitrate digital release, The Studio Season 1 delivers on all fronts. It is a must-watch and a must-have for any serious digital library. the studio s01 1080p web-dl
return 'original': filename, 'title': title, 'season': season, 'quality': quality, 'source': source, 'is_valid': bool(title and (season or quality or source)) // Example usage const result = MediaFilenameParser