]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/utils.py
[generic] Ignore some non-video file extensions during generic extraction (Closes...
[youtube-dl.git] / youtube_dl / utils.py
index 2c9081733c10712ebdec4d08dd4b2ff2ec88f629..d7ae5a90a8480f6c825303039b357ff53e7f8d56 100644 (file)
@@ -894,6 +894,7 @@ def unified_strdate(date_str):
         '%Y/%m/%d %H:%M:%S',
         '%d/%m/%Y %H:%M:%S',
         '%Y-%m-%d %H:%M:%S',
+        '%Y-%m-%d %H:%M:%S.%f',
         '%d.%m.%Y %H:%M',
         '%d.%m.%Y %H.%M',
         '%Y-%m-%dT%H:%M:%SZ',