SpiffyTitles: Minor edit to last commit.

This commit is contained in:
oddluck 2020-07-22 05:36:01 +00:00
parent b1463364aa
commit e193fd17f5

View File

@ -561,7 +561,7 @@ class SpiffyTitles(callbacks.Plugin):
"""
try:
url_re = self.registryValue("urlRegularExpression", channel)
except NonExistentRegistryEntry:
except registry.NonExistentRegistryEntry:
url_re = self.registryValue("urlRegularExpression")
if not url_re:
url_re = utils.web._httpUrlRe