﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
6231	allocine.pl hangs when a query returns no result	zorglups	Anduin Withers	"If a query has no result on the Allocine site, then the page used to display ""Pas de resultat"".
The site is now making a search on the www instead and the script should look for ""Recherche web sur AlloCin"" as well.

Here after is a little diff that shows the easy correction:
{{{
<          return if $response =~ /Pas de résultats/;
---
>          return if $response =~ /Pas de résultats|Recherche web sur AlloCin/;
}}}

This works quite well on my system and a few other people are using my modified allocine.pl as well.

Best regards,

Pierre"	defect	closed	minor	unknown	Plugin - MythVideo	unknown	medium	fixed	imdb allocine		0
