Update ultrapeliculashd.py
This commit is contained in:
@@ -252,10 +252,13 @@ def newest(categoria):
|
|||||||
item.extra = 'estrenos/'
|
item.extra = 'estrenos/'
|
||||||
try:
|
try:
|
||||||
if categoria == 'peliculas':
|
if categoria == 'peliculas':
|
||||||
item.url = host + '/category/estrenos/'
|
item.url = host + '/genre/estrenos/'
|
||||||
|
|
||||||
elif categoria == 'infantiles':
|
elif categoria == 'infantiles':
|
||||||
item.url = host + '/category/infantil/'
|
item.url = host + '/genre/animacion/'
|
||||||
|
|
||||||
|
elif categoria == 'terror':
|
||||||
|
item.url = host + '/genre/terror/'
|
||||||
|
|
||||||
itemlist = lista(item)
|
itemlist = lista(item)
|
||||||
if itemlist[-1].title == 'Siguiente >>>':
|
if itemlist[-1].title == 'Siguiente >>>':
|
||||||
|
|||||||
Reference in New Issue
Block a user