This commit is contained in:
croneter 2017-10-06 08:09:21 +02:00
parent 1b61a05656
commit 38d611aa27

View file

@ -57,7 +57,7 @@ import state
###############################################################################
log = logging.getLogger("PLEX."+__name__)
log = logging.getLogger("PLEX." + __name__)
REGEX_IMDB = re_compile(r'''/(tt\d+)''')
REGEX_TVDB = re_compile(r'''thetvdb:\/\/(.+?)\?''')