NewPct1: mejoras de alta disponibilidad episodios
This commit is contained in:
@@ -377,6 +377,7 @@ def newest(categoria):
|
||||
if categoria == 'torrent':
|
||||
item.url = host
|
||||
item.extra = "peliculas"
|
||||
item.category_new= 'newest'
|
||||
|
||||
itemlist = listado(item)
|
||||
if itemlist[-1].title == "Página siguiente >>":
|
||||
|
||||
@@ -1008,10 +1008,11 @@ def newest(categoria):
|
||||
try:
|
||||
if categoria == 'peliculas':
|
||||
item.url = host + "peliculas/"
|
||||
item.extra = "novedades"
|
||||
item.extra = "peliculas"
|
||||
item.channel = "mejortorrent1"
|
||||
item.category_new= 'newest'
|
||||
item.tipo = False
|
||||
itemlist = listado_busqueda(item)
|
||||
itemlist = listado(item)
|
||||
if "Pagina siguiente >>" in itemlist[-1].title:
|
||||
itemlist.pop()
|
||||
|
||||
@@ -1019,6 +1020,7 @@ def newest(categoria):
|
||||
item.url = host + "documentales/"
|
||||
item.extra = "documentales"
|
||||
item.channel = "mejortorrent1"
|
||||
item.category_new= 'newest'
|
||||
item.tipo = False
|
||||
itemlist = listado(item)
|
||||
if "Pagina siguiente >>" in itemlist[-1].title:
|
||||
|
||||
@@ -534,7 +534,7 @@
|
||||
{
|
||||
"id": "include_in_newest_latino",
|
||||
"type": "bool",
|
||||
"label": "Incluir en Novedades - Documentales",
|
||||
"label": "Incluir en Novedades - Latino",
|
||||
"default": true,
|
||||
"enabled": true,
|
||||
"visible": false
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user