mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
更新 metainfo.rs
This commit is contained in:
@@ -126,7 +126,7 @@ static SOURCE_PATTERN: Lazy<Regex> = Lazy::new(|| {
|
|||||||
});
|
});
|
||||||
static EFFECT_PATTERN: Lazy<Regex> = Lazy::new(|| {
|
static EFFECT_PATTERN: Lazy<Regex> = Lazy::new(|| {
|
||||||
RegexBuilder::new(
|
RegexBuilder::new(
|
||||||
r"(^SDR$|^HDR\d*$|^DOLBY$|^DOVI$|^DV$|^3D$|^REPACK$|^HLG$|^HDR10(\+|Plus)$|^EDR$|^HQ$)",
|
r"(^SDR$|^HDR\d*$|^DOLBY$|^DOVI$|^DV$|^3D$|^REPACK$|^HLG$|^HDR10(\+|Plus)$|^HDR10P$|^VIVID$|^EDR$|^HQ$)",
|
||||||
)
|
)
|
||||||
.case_insensitive(true)
|
.case_insensitive(true)
|
||||||
.build()
|
.build()
|
||||||
|
|||||||
Reference in New Issue
Block a user