On 4/6/2013 6:15 AM, Bináris wrote:
Ceck the date format recognition in the code. I think that is not internationalized, so wont't work with Serbic date format without some transformation.
I did that few days ago.
this is code I added
if not TM: TM = re.search(r'(\d\d):(\d\d), (\d\d?). (\S+) (\d\d\d\d). (.*?)', line)
for serbian format 05:48, 6. април 2013. (CEST)
and still doesn't work