* fix for 1e01 pattern problems => http://filebot.sourceforge.net/forums/viewtopic.php?f=6&t=428
This commit is contained in:
parent
42621956b3
commit
6ce7ee5cd7
|
@ -43,7 +43,7 @@ public class SeasonEpisodeMatcher {
|
|||
};
|
||||
|
||||
// match patterns like 1x01, 1.02, ..., 1x01a, 10x01, 10.02, ... 1x01-02-03-04, 1x01x02x03x04 ...
|
||||
patterns[2] = new SeasonEpisodePattern(sanity, "(?<!\\p{Alnum}|\\d{4}[.])(\\d{1,2})[x.](((?<=[^._ ])\\d{2,3}(\\D|$))+)") {
|
||||
patterns[2] = new SeasonEpisodePattern(sanity, "(?<!\\p{Alnum}|\\d{4}[.])(\\d{1,2})[xe.](((?<=[^._ ])\\d{2,3}(\\D|$))+)") {
|
||||
|
||||
@Override
|
||||
protected Collection<SxE> process(MatchResult match) {
|
||||
|
|
|
@ -1054,6 +1054,7 @@ P4DGE
|
|||
Pa@Ph
|
||||
PADDO
|
||||
Pankhabd
|
||||
panos
|
||||
PAPAi
|
||||
papi
|
||||
PAROVOZ
|
||||
|
|
Loading…
Reference in New Issue