Skip to content

Conversation

noxxusnx
Copy link

@noxxusnx noxxusnx commented Sep 16, 2024

Resolves #775

The issue was the matches.previous(hole) would contain [<Proper:(19, 25)+name=other+tags=['streaming_service.prefix', 'streaming_service.suffix']>] which didn't match the previous names we were looking for.

Adding other to the previous names broke other tests so I opted for adding a repack tag for this case since it felt more appropriate than using streaming_service.prefix or streaming_service.suffix for this condition.

From there I just added another case to the lamda to also match it when the hole had the repack tag which resolved my case and didn't break any other tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Episode title not parsed when file is a repack
1 participant