Comment 4 for bug 1167046

Revision history for this message
Juan Simón (simonbcn) wrote :

The problem is in the function:

def get_nextpage_url(self):
match = re.search('(siguientes >|siguientes >)', self.page)
....

It searches for '(siguientes >|siguientes >)' but this text doesn't always appear even if there multiple results.