Private GIT

Skip to content
Snippets Groups Projects
Commit 6d9fb209 authored by miigotu's avatar miigotu
Browse files

Merge pull request #2735 from SiCKRAGETV/sdtv-not-unknown

SDTV was not part of the sdtv tag? Fixes SiCKRAGETV/sickrage-issues#3089
parents e76510ec 9e1b2424
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ class Quality:
return ret
if checkName([r"(pdtv|hd.?tv|dsr|tv(rip|mux)).(xvid|x26[45]|h.?26[45])"], all) and not checkName([r"(720|1080)[pi]"], all) and\
if checkName([r"([sp]d.?tv|hd.?tv|dsr|tv(rip|mux)).(xvid|x26[45]|h.?26[45])"], all) and not checkName([r"(720|1080)[pi]"], all) and\
not checkName([r"hr.ws.pdtv.x26[45]"], any):
ret = Quality.SDTV
elif checkName([r"web.?dl|web(rip|mux)", r"xvid|x26[45]|h.?26[45]"], all) and not checkName([r"(720|1080)[pi]"], all):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment