X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=src%2Fmodules%2Fallocine.rb;fp=src%2Fmodules%2Fallocine.rb;h=56a2ed24fb0f1a34c2618673a65455c82be7c8e8;hp=e441f310e1fbd460e20dc65277d00fbdab9d52b1;hb=ebe735cec6c5f3c9ba410b8ea7127585898d5755;hpb=9dfa911b2000f89093627cc8cc95e1762c4310d2 diff --git a/src/modules/allocine.rb b/src/modules/allocine.rb index e441f31..56a2ed2 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.trim) unless pays.nil? + film.pays << Pays::ajouter(pays.strip) unless pays.nil? } unless $1.nil? end