Tidy Imports
This commit is contained in:
parent
4447e6cd1f
commit
a76ff29d4b
59 changed files with 145 additions and 54 deletions
|
@ -1,8 +1,10 @@
|
|||
# IMDb lookup plugin by Ghetto Wizard (2011) and blha303 (2013)
|
||||
|
||||
from util import hook, http, text
|
||||
import re
|
||||
|
||||
from util import hook, http, text
|
||||
|
||||
|
||||
id_re = re.compile("tt\d+")
|
||||
imdb_re = (r'(.*:)//(imdb.com|www.imdb.com)(:[0-9]+)?(.*)', re.I)
|
||||
|
||||
|
|
Reference in a new issue