All other fields are in Spanish (matching subdivx fields when possible
and reasonable), so we change title to Spanish too for consistency.
self.attr = 'desc'
elif tag == 'a':
if attrs.get('class') == 'titulo_menu_izq':
- self.attr = 'title'
+ self.attr = 'titulo'
elif attrs.get('href', '').startswith(self.down_uri):
self.cur['url'] = attrs['href']
if self.parsing:
for sub in subdivx_get_subs(query_str):
print '''\
- - %(title)s (%(autor)s - %(fecha)s - %(downloads)s - %(comentarios)s)
+ - %(titulo)s (%(autor)s - %(fecha)s - %(downloads)s - %(comentarios)s)
%(desc)s
DOWNLOADING ...
''' % sub