Closed Jaliborc closed 10 months ago
This behavior is now changed in the development branch. Both cases return Piano no Mori
as the title:
┌─────────────────────────┐
│ Element │ Value │
│─────────────────────────│
│ title │ Piano no Mori │
│ episode │ 2 │
│ type │ TV │
└─────────────────────────┘
┌─────────────────────────┐
│ Element │ Value │
│─────────────────────────│
│ title │ Piano no Mori │
│ type │ TV │
│ season │ 2 │
└─────────────────────────┘
I was running some tests (https://runkit.com/jaliborc/5c13d05e6ba83b0012bfbcf2) and I noticed this issue with the parser: if you look at the last two tests, you see that
Piano no Mori 2 (TV)
gives the anime_titlePiano no Mori
, with season2
and anime_typeTV
. ButPiano no Mori (TV) 2nd Season
gives anime_titlePiano no Mori (TV)
, with the anime_typeTV
remaining the same.