Update ultrapeliculashd.py

This commit is contained in:
Intel1
2017-11-17 11:16:04 -05:00
committed by GitHub
parent b640303143
commit 8428e8571b

View File

@@ -251,7 +251,7 @@ def newest(categoria):
item = Item()
item.extra = 'estrenos/'
try:
if categoria == 'peliculas':
if categoria in ['peliculas','latino']:
item.url = host + '/genre/estrenos/'
elif categoria == 'infantiles':