[utils] Add more date formats
[youtube-dl] / youtube_dl / utils.py
index 39dd6c49f5d80022a913a03bfc90369971396b1f..12863e74acd51b3f6b3ec6467f23f76227d0f18f 100644 (file)
@@ -128,7 +128,13 @@ DATE_FORMATS = (
     '%d %B %Y',
     '%d %b %Y',
     '%B %d %Y',
+    '%B %dst %Y',
+    '%B %dnd %Y',
+    '%B %dth %Y',
     '%b %d %Y',
+    '%b %dst %Y',
+    '%b %dnd %Y',
+    '%b %dth %Y',
     '%b %dst %Y %I:%M',
     '%b %dnd %Y %I:%M',
     '%b %dth %Y %I:%M',