[vk] Fix date and view count extraction.
This commit is contained in:
parent
efa97bdcf1
commit
3aa3953d28
2 changed files with 7 additions and 12 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue