mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[utils] Add another date format seen in NextTV
This commit is contained in:
parent
6d119c2a6b
commit
0c1c6f4b9f
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ def register_socks_protocols():
|
|||
'%Y/%m/%d',
|
||||
'%Y/%m/%d %H:%M',
|
||||
'%Y/%m/%d %H:%M:%S',
|
||||
'%Y-%m-%d %H:%M',
|
||||
'%Y-%m-%d %H:%M:%S',
|
||||
'%Y-%m-%d %H:%M:%S.%f',
|
||||
'%d.%m.%Y %H:%M',
|
||||
|
|
Loading…
Reference in a new issue