similar to #232
datestring 2020/10/9 下午 02:26:26 is used in zh-CN language HFS servers
Other example: https://twitter.com/healthyscc/status/1299582251101949952
import dateparser
d = dateparser.parse("2020/10/9 下午 02:26:26")
print(d)
returns None
expect: datetime object
Thanks for the work on this library and making it open source