bug in updtneeded-suche, online-quellen erweitert

This commit is contained in:
Frederik Jaeckel 2022-11-23 22:22:22 +01:00
parent 1daa743631
commit f323334800
4 changed files with 34 additions and 2 deletions

View file

@ -30,6 +30,7 @@ sel_rgxdatefmt = [
('%d.%m.%Y', 'dd.mm.yyyy'),
('%m/%d/%Y', 'mm/dd/yyyy'),
('%Y-%m-%d', 'yyyy-mm-dd'),
('%b %d %Y', 'mon dd yyyy'),
]
fields_check = ['url', 'nsin', 'isin', 'symbol', 'text', 'http_state', \