mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-07-03 12:32:52 -05:00
[vk] Fix date and view count extraction.
This commit is contained in:

committed by
Sergey M․

parent
efa97bdcf1
commit
3aa3953d28
@ -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',
|
||||
|
Reference in New Issue
Block a user