Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix episode regex to consider episode number > 999 #22

Open
wants to merge 1 commit into
base: v6.1
Choose a base branch
from

Conversation

MVasuki1
Copy link

Wano Country Arc of One Piece has Episode number > 999
https://www.themoviedb.org/tv/37854/season/21

Since the pattern is specified to look for only 3 digits in episode number, it fails to fetch info from tmdb after S21E999

Have replaced \d{1,3} to \d{1,4} everywhere to solve this issue

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.

2 participants