[mythtv-commits] Ticket #6231: allocine.pl hangs when a query returns no result

MythTV mythtv at cvs.mythtv.org
Wed Feb 4 22:37:21 UTC 2009


#6231: allocine.pl hangs when a query returns no result
----------------------------------------+-----------------------------------
 Reporter:  zorglups                    |       Owner:  ijr    
     Type:  defect                      |      Status:  new    
 Priority:  minor                       |   Milestone:  unknown
Component:  Contributed Scripts & Apps  |     Version:  unknown
 Severity:  medium                      |     Mlocked:  0      
----------------------------------------+-----------------------------------
 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

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6231>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list