Private GIT

Skip to content
Snippets Groups Projects
Commit 76e8c73c authored by echel0n's avatar echel0n
Browse files

rawhd update

parent fa11b4ef
No related branches found
No related tags found
No related merge requests found
...@@ -189,7 +189,7 @@ class Quality: ...@@ -189,7 +189,7 @@ class Quality:
elif checkName(["720p", "hdtv", "x264"], all) or checkName(["hr.ws.pdtv.x264"], any) and not checkName( elif checkName(["720p", "hdtv", "x264"], all) or checkName(["hr.ws.pdtv.x264"], any) and not checkName(
["(1080)[pi]"], all): ["(1080)[pi]"], all):
return Quality.HDTV return Quality.HDTV
elif checkName(["720p|1080i", "hdtv", "mpeg-?2"], all) or checkName(["1080i.hdtv", "h.?264"], all): elif checkName(["720p|1080i", "hdtv", "mpeg-?2"], all) or checkName(["1080[pi].hdtv", "h.?264"], all):
return Quality.RAWHDTV return Quality.RAWHDTV
elif checkName(["1080p", "hdtv", "x264"], all): elif checkName(["1080p", "hdtv", "x264"], all):
return Quality.FULLHDTV return Quality.FULLHDTV
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment