fix ox.cache.read_url
This commit is contained in:
parent
a4fd3c930f
commit
62f5e84642
3 changed files with 24 additions and 22 deletions
|
|
@ -264,7 +264,7 @@ class Imdb(SiteParser):
|
|||
}
|
||||
|
||||
def read_url(self, url, timeout):
|
||||
return read_url(url, timeout, unicode=True)
|
||||
return read_url(url, timeout=timeout, unicode=True)
|
||||
|
||||
def __init__(self, id, timeout=-1):
|
||||
#use akas.imdb.com to always get original title:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue