Skip to content
Update Expressions authored by l3uddz's avatar l3uddz
# Expressions # Expressions
``` ```yaml
ignores: ignores:
- TorrentName contains "HEVC" - TorrentName contains "HEVC"
- TorrentName contains "x265" - TorrentName contains "x265"
...@@ -9,7 +9,7 @@ ignores: ...@@ -9,7 +9,7 @@ ignores:
- any (Files, {# matches "(?i)\\.(bdmv|mpls|miniso|cci|cer|clpi|m2ts|VOB|IFO|BUP|iso|rar|r01)$"}) - any (Files, {# matches "(?i)\\.(bdmv|mpls|miniso|cci|cer|clpi|m2ts|VOB|IFO|BUP|iso|rar|r01)$"})
``` ```
``` ```yaml
- accepts: - accepts:
- TrackerName == "BTN" - TrackerName == "BTN"
``` ```
\ No newline at end of file