Private GIT

Skip to content
Snippets Groups Projects
Commit b0281ac8 authored by Nic Wolfe's avatar Nic Wolfe
Browse files

tvnamer fix to detect Show.S01E01-E08 as a multi-episode.

parent f5ca7839
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ defaults = { ...@@ -158,7 +158,7 @@ defaults = {
[Ee]?[0-9]+ [Ee]?[0-9]+
)* )*
[\-] # separator [\-] # separator
(?P<episodenumberend>[0-9]+) # final episode num [Ee]?(?P<episodenumberend>[0-9]+) # final episode num
[\.\- ] # must have a separator (prevents s01e01-720p from being 720 episodes) [\.\- ] # must have a separator (prevents s01e01-720p from being 720 episodes)
[^\/]*$''', [^\/]*$''',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment