reload all pages, just in case
This commit is contained in:
parent
f3c78be720
commit
cbca12c3d8
1 changed files with 1 additions and 2 deletions
|
@ -240,8 +240,7 @@ class Imdb(SiteParser):
|
|||
return
|
||||
if "<p>We're sorry, something went wrong.</p>" in self.readUrlUnicode(url, timeout=-1):
|
||||
time.sleep(1)
|
||||
self.readUrlUnicode(url, timeout=0)
|
||||
super(Imdb, self).__init__(timeout)
|
||||
super(Imdb, self).__init__(0)
|
||||
|
||||
def is_international_title(t):
|
||||
if 'working title' in t[1].lower(): return False
|
||||
|
|
Loading…
Reference in a new issue