Update ultrapeliculashd.py

This commit is contained in:
Intel1
2017-11-17 11:16:04 -05:00
committed by GitHub
parent b640303143
commit 8428e8571b
@@ -251,7 +251,7 @@ def newest(categoria):
item = Item() item = Item()
item.extra = 'estrenos/' item.extra = 'estrenos/'
try: try:
if categoria == 'peliculas': if categoria in ['peliculas','latino']:
item.url = host + '/genre/estrenos/' item.url = host + '/genre/estrenos/'
elif categoria == 'infantiles': elif categoria == 'infantiles':