mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
rawhd update
This commit is contained in:
parent
fa11b4ef3a
commit
76e8c73c4b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user