[vk] Fix date and view count extraction.

This commit is contained in:
Kacper Michajłow 2016-09-25 20:26:58 +02:00 committed by Sergey M․
parent efa97bdcf1
commit 3aa3953d28
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 7 additions and 12 deletions

View file

@ -124,6 +124,8 @@ DATE_FORMATS = (
'%d %b %Y',
'%B %d %Y',
'%b %d %Y',
'%b %d %Y at %H:%M',
'%b %d %Y at %H:%M:%S',
'%b %dst %Y %I:%M',
'%b %dnd %Y %I:%M',
'%b %dth %Y %I:%M',