pr0pz / scene-release-parser-php

A library for parsing scene release names into simpler, reusable data.
12 stars 2 forks source link

Parsing of title with dash #13

Open flowan opened 5 months ago

flowan commented 5 months ago

The release Spider-Man.3.2007.1080p.BluRay.DDP.5.1.x264-GROUP is not correctly being parsed.

[
      "release" => "Spider-Man.3.2007.1080p.BluRay.DDP.5.1.x264-GROUP",
      "title" => "Spider",
      "title_extra" => "Man 3",
      "group" => "GROUP",
      "year" => 2007,
      ...
]

Name should be Spider-Man 3 i guess :)

pr0pz commented 4 months ago

Looking into it