Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/src/commit/d5a17352120a3df01ed3d5adbb8beee024d90c67/libs/guessit/test/rules/country.yml You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/guessit/test/rules/country.yml

14 lines
306 B

# 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