uvacw / inca

24 stars 6 forks source link

solved ES error when no doc_id is available #412

Closed damian0604 closed 6 years ago

damian0604 commented 6 years ago

Fixes #393

This should now work:

from inca import Inca
myinca=Inca()
myinca.database.list_doctypes()
myinca.rssscrapers.volkskrant(save=True)
myinca.database.list_doctypes()
damian0604 commented 6 years ago

I fixed another error, but the main problem why the count increased by one was because of a lowlands liveblog (so it was actually correct)