datefinder
datefinder copied to clipboard
Unable to detect dates
list(datefinder.find_dates('date: 11-05-16'))
gives an empty list
while list(datefinder.find_dates('date 11-05-16'))
(without the colon) gives the correct result [datetime.datetime(2016, 11, 5, 0, 0)]