You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
Every time key is not found when processing documents, the following is printed:
WARNING:INCA:Key not found in document
dict_keys(['feedurl', 'title_rss', 'doctype', 'title', 'teaser_rss', 'META', 'publication_date', 'htmlsource', 'url'])
This results into a lot of output if key is frequently not present.
Possible solution: Change it into one line, e.g. Key not found in XX out of XX documents.