diff --git a/M3U8/scrapers/utils/config.py b/M3U8/scrapers/utils/config.py index a272775..7b54c78 100644 --- a/M3U8/scrapers/utils/config.py +++ b/M3U8/scrapers/utils/config.py @@ -69,6 +69,8 @@ class Time(datetime): formats = [ "%B %d, %Y %H:%M %p", "%B %d, %Y %H:%M", + "%B %d, %Y %H:%M:%S", + "%B %d, %Y %H:%M:%S %p", "%Y-%m-%d %H:%M", "%Y-%m-%d %H:%M:%S", "%Y/%m/%d %H:%M",