SpiffyTitles: adds exception import
This commit is contained in:
parent
1d756e8755
commit
9f0970079f
|
|
@ -79,6 +79,10 @@ conf.registerGlobalValue(SpiffyTitles, 'mimeTypes',
|
|||
conf.registerGlobalValue(SpiffyTitles, 'ignoredDomainPattern',
|
||||
registry.Regexp("", _("""Domains matching this patterns will be ignored""")))
|
||||
|
||||
# Whitelist domain pattern
|
||||
conf.registerGlobalValue(SpiffyTitles, 'whitelistDomainPattern',
|
||||
registry.Regexp("", _("""Domains not matching this patterns will be ignored""")))
|
||||
|
||||
# Channel whitelist
|
||||
conf.registerGlobalValue(SpiffyTitles, 'channelWhitelist',
|
||||
registry.CommaSeparatedListOfStrings([], _("""Only show titles on these channels, or all if empty""")))
|
||||
|
|
|
|||
Loading…
Reference in New Issue