Skip to content

Fix episode regex to consider episode number > 999#22

Open
MVasuki1 wants to merge 1 commit into
nova-video-player:v6.1from
MVasuki1:fix_episode_regex
Open

Fix episode regex to consider episode number > 999#22
MVasuki1 wants to merge 1 commit into
nova-video-player:v6.1from
MVasuki1:fix_episode_regex

Conversation

@MVasuki1
Copy link
Copy Markdown

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