Skip to content

Commit

Permalink
Merge pull request #15 from gschueler/patch-1
Browse files Browse the repository at this point in the history
fix typo: imbdb.com
  • Loading branch information
nate-parrott committed Nov 12, 2014
2 parents 4bfe87b + a5e6d93 commit 0a13186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PluginDirectories/1/imdb.bundle/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

def results(parsed, original_query):
search_specs = [
["IMDB", "~imdbquery", "http://m.imdb.com/find?q=", "http://imbdb.com/find?q="]
["IMDB", "~imdbquery", "http://m.imdb.com/find?q=", "http://imdb.com/find?q="]
]
for name, key, mobile_url, url in search_specs:
if key in parsed:
Expand Down

0 comments on commit 0a13186

Please sign in to comment.