Private GIT

Skip to content
Snippets Groups Projects
Commit 689c323b authored by sarakha63's avatar sarakha63
Browse files

Merge pull request #323 from FlorentChamault/patch-1

Update Regexes.py
parents 3439e078 9559c6af
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ ep_regexes = [ ...@@ -73,7 +73,7 @@ ep_regexes = [
('standard_cpas_bien', ('standard_cpas_bien',
# [www.Cpasbien.me] Dexter.S07E04.FRENCH.LD.HDTV.XviD-MiNDe # [www.Cpasbien.me] Dexter.S07E04.FRENCH.LD.HDTV.XviD-MiNDe
''' '''
\[[a-zA-Z0-9\.]{2,20}\][. _-]+ \[[a-zA-Z0-9\.\s]{2,20}\][. _-]+
(?P<series_name>.+?)[. _-]+ # Show_Name and separator (?P<series_name>.+?)[. _-]+ # Show_Name and separator
s(?P<season_num>\d+)[. _-]* # S01 and optional separator s(?P<season_num>\d+)[. _-]* # S01 and optional separator
e(?P<ep_num>\d+) # E02 and separator e(?P<ep_num>\d+) # E02 and separator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment