mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2024-11-14 17:40:24 -08:00
2226a74ef8
Updates python-dateutil to 2.8.2 Updates rebulk to 2.0.1
14 lines
306 B
YAML
14 lines
306 B
YAML
# Multiple input strings having same expected results can be chained.
|
|
# Use $ marker to check inputs that should not match results.
|
|
? Us.this.is.title
|
|
? this.is.title.US
|
|
: country: US
|
|
title: this is title
|
|
|
|
? This.is.Us
|
|
: title: This is Us
|
|
|
|
? This.Is.Us
|
|
: options: --no-default-config
|
|
title: This Is Us
|