aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--parser/parser.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/parser.go b/parser/parser.go
index a2087bf..1a4dbca 100644
--- a/parser/parser.go
+++ b/parser/parser.go
@@ -162,7 +162,7 @@ func resolution(s string) string {
func codec(s string) string {
return findPart(s, func(part string) bool {
switch part {
- case "xvid", "x264", "x265":
+ case "h264", "h265", "xvid", "x264", "x265":
return true
}
return false