Arreglo codigo.

Puesta en off: eroticasonlinetv , spankwire
Nuevos canales: Siska , xxxfreeinhd
This commit is contained in:
paezner
2019-03-22 15:47:12 +01:00
parent 144412f57c
commit 9d2ace5b7a
50 changed files with 476 additions and 199 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ def lista(item):
plot = scrapertools.find_single_match(match,'<p class="summary">(.*?)</p>')
thumbnail = scrapertools.find_single_match(match,'<img src="([^"]+)"')
itemlist.append( Item(channel=item.channel, action="findvideos", title=title, fulltitle=title, url=url,
thumbnail=thumbnail, plot=plot, viewmode="movie") )
fanart=thumbnail, thumbnail=thumbnail, plot=plot, viewmode="movie") )
next_page = scrapertools.find_single_match(data,'<a href="([^"]+)" class="siguiente">')
if next_page!="":
itemlist.append(item.clone(action="lista", title="Página Siguiente >>", text_color="blue", url=next_page) )