agregada opcion para agregar a videoteca desde menu contextual
This commit is contained in:
@@ -72,9 +72,11 @@ def listado(item):
|
|||||||
if 'Serie' in item.title:
|
if 'Serie' in item.title:
|
||||||
new_item.action="episodios"
|
new_item.action="episodios"
|
||||||
new_item.contentSerieName = scrapedtitle
|
new_item.contentSerieName = scrapedtitle
|
||||||
|
new_item.contentType = 'tvshow'
|
||||||
else:
|
else:
|
||||||
new_item.action="findvideos"
|
new_item.action="findvideos"
|
||||||
new_item.contentTitle = scrapedtitle
|
new_item.contentTitle = scrapedtitle
|
||||||
|
new_item.contentType = 'movie'
|
||||||
itemlist.append(new_item)
|
itemlist.append(new_item)
|
||||||
# Página siguiente
|
# Página siguiente
|
||||||
patron_pag='<ul class="pagination"><li><a class="current" href=".+?">.+?<\/a>.+?<a href="(.+?)">'
|
patron_pag='<ul class="pagination"><li><a class="current" href=".+?">.+?<\/a>.+?<a href="(.+?)">'
|
||||||
|
|||||||
Reference in New Issue
Block a user