PuyaSubs parser added
This commit is contained in:
parent
d343540b0f
commit
c840c68b76
15
parsers.go
15
parsers.go
@ -44,4 +44,19 @@ var Parsers = []model.Parser{
|
|||||||
),
|
),
|
||||||
FileParser: nil,
|
FileParser: nil,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
Identity: "PuyaSubs!",
|
||||||
|
TorrentParser: regexTorrentParser(
|
||||||
|
`^\[PuyaSubs!\] (.*) - (\d+?) \[ESP-ENG\]\[(.*?)\]\[.*?\]\.mkv$`,
|
||||||
|
TorrentParseOptions{
|
||||||
|
Name: 1,
|
||||||
|
Episode: 2,
|
||||||
|
Resolution: 3,
|
||||||
|
DefaultLanguages: []string{"ja"},
|
||||||
|
DefaultSubtitles: []string{"en"},
|
||||||
|
},
|
||||||
|
),
|
||||||
|
FileParser: nil,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user