oleoo icon indicating copy to clipboard operation
oleoo copied to clipboard

year incorrectly parsed when there's another large number

Open markg85 opened this issue 9 months ago β€’ 0 comments

top.gun.maverick.2022.imax.1080p.bluray.x264.truehd.7.1.atmos 112114119

is parsed as:

{
  original: 'top.gun.maverick.2022.imax.1080p.bluray.x264.truehd.7.1.atmos 112114119',
  language: null,
  languages: [],
  source: 'BLURAY',
  encoding: 'x264',
  resolution: '1080p',
  dub: null,
  year: '1121',
  flags: null,
  season: null,
  episode: null,
  episodes: [],
  type: 'movie',
  group: '14119',
  title: 'Top Gun Maverick 2022 Imax',
  generated: 'Top.Gun.Maverick.2022.Imax.1121.1080p.BLURAY.x264-14119',
  score: 5
}

No clue how you'd fix this one, tricky issue i think :)

markg85 avatar Feb 19 '25 19:02 markg85