Skip to content

Commit

Permalink
添加rmvb格式
Browse files Browse the repository at this point in the history
  • Loading branch information
fengqi committed Jun 5, 2024
1 parent 324fcac commit eb538fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/video.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
)

var (
// todo 可配置
video = []string{
"mkv",
"mp4",
Expand All @@ -25,6 +26,7 @@ var (
"ts",
"iso",
"mov",
"rmvb",
}
source = []string{
"web-dl",
Expand Down

0 comments on commit eb538fe

Please sign in to comment.