Update miradetodo.py

This commit is contained in:
Intel1
2017-11-17 09:54:07 -05:00
committed by GitHub
parent 39669395ae
commit 5bf145114d

View File

@@ -382,7 +382,7 @@ def newest(categoria):
itemlist = []
item = Item()
try:
if categoria == 'peliculas':
if categoria in ['peliculas','latino']:
item.url = host + 'page/1/?s'
elif categoria == 'infantiles':