fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Added catala numbers to listadomanga crawler

This commit is contained in:
Felipe Martín 2014-08-25 13:43:26 +02:00
parent 2262064136
commit 4581439f0a
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ class ListadoManga(Crawler):
('Sentido de lectura', 'read_direction'), ('Sentido de lectura', 'read_direction'),
('meros en japo', 'japanese_numbers'), ('meros en japo', 'japanese_numbers'),
('meros en espa', 'spanish_numbers'), ('meros en espa', 'spanish_numbers'),
('meros en cata', 'catala_numbers'),
('Nota', 'note'), ('Nota', 'note'),
] ]
td = root.xpath('//table//td[@class="izq"][contains(.,"original")]') td = root.xpath('//table//td[@class="izq"][contains(.,"original")]')