pelisgratis+cambios post festividades

This commit is contained in:
Unknown
2018-01-16 09:19:58 -03:00
parent 64396b3a4f
commit 0fc75a5305
5 changed files with 6 additions and 7 deletions

View File

@@ -136,18 +136,17 @@ def lista(item):
itemlist = []
data = get_source(item.url)
patron = 'class=(?:MvTbImg|TPostMv).*?href=(.*?)\/(?:>| class).*?src=(.*?) class=attachment.*?'
patron += '(?:strong|class=Title)>(.*?)<.*?(?:<td|class=Year)>(.*?)<.*?class=Qlty>(.*?)<.*?'
patron += '(?:strong|class=Title)>(.*?)<.*?(?:<td|class=Year)>(.*?)<.*?'
patron += '(?:<td|class=Description)>(.*?)<(?:\/td|\/p)>'
matches = re.compile(patron, re.DOTALL).findall(data)
for scrapedurl, scrapedthumbnail, scrapedtitle, scrapedyear, scrapedquality, scrapedplot in matches:
for scrapedurl, scrapedthumbnail, scrapedtitle, scrapedyear, scrapedplot in matches:
url = scrapedurl
thumbnail = scrapedthumbnail
plot = scrapedplot
quality = scrapedquality
quality = ''
contentTitle = scrapedtitle
title = contentTitle + ' (%s)' % quality
title = contentTitle
year = scrapedyear
itemlist.append(item.clone(action='findvideos',

View File

@@ -98,7 +98,7 @@ class Main(xbmcgui.WindowXMLDialog):
posy= 145
space = 30
selected = 'selected.png'
selected = 'selected0.png'
width = 260
height = 30
textcolor = "0xffffd700"

View File

@@ -14,7 +14,7 @@
<top>0</top>
<width>260</width>
<height>725</height>
<texture border="2">side_menu/bg.png</texture>
<texture border="2">side_menu/bg0.png</texture>
</control>
<control type="image">
<left>25</left>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 B