X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=src%2Fmodules%2Fallocine.rb;fp=src%2Fmodules%2Fallocine.rb;h=e441f310e1fbd460e20dc65277d00fbdab9d52b1;hp=aa35cb1375bd93de6ccb32f26cd215ed7d2c3adc;hb=9dfa911b2000f89093627cc8cc95e1762c4310d2;hpb=2c39e91dbb4c0b185e4adb08faf9562cf58e45af diff --git a/src/modules/allocine.rb b/src/modules/allocine.rb index aa35cb1..e441f31 100644 --- a/src/modules/allocine.rb +++ b/src/modules/allocine.rb @@ -167,7 +167,7 @@ class Allocine < Basemodule film.pays.clear /

Film (.*?)\. <\/h4>/ =~ html $1.split(',').each{|pays| - film.pays << Pays::ajouter(pays) unless pays.nil? + film.pays << Pays::ajouter(pays.trim) unless pays.nil? } unless $1.nil? end