Ivars hace 6 años
padre
commit
5df1ef83ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      sources/filmas.py

+ 1
- 1
sources/filmas.py Ver fichero

@@ -78,7 +78,7 @@ Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
78 78
             r=self.call(data)
79 79
             result = re.findall(r'<a href="/(movie/\d+)">.+?<img src="/([^"]+)">.+?Pieejama.+?<div class="katalogs-filma-teksts">\s*(.+?)\s*<span style="font-weight:normal; ">\((\d+)\)</span>', r, re.DOTALL)
80 80
             for item in result:
81
-                title = item[2]+'(%s)'%item[3]
81
+                title = item[2]+' (%s)'%item[3]
82 82
                 data2 = item[0]
83 83
                 img = self.url + item[1].replace("thumbs_m/","")
84 84
                 desc = title