[utils] unified_strdate: Return None if the date format can't be recognized (fixes...
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 2 Nov 2015 13:08:38 +0000 (14:08 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 2 Nov 2015 13:08:38 +0000 (14:08 +0100)
commit6a750402787dfc1f39a9ad347f2d78ae1c94c52c
treeb23fd5f815bb3565e92254dbfc3abe4285510952
parentc514b0ec655b23e7804eb18df04daa863d973f32
[utils] unified_strdate: Return None if the date format can't be recognized (fixes #7340)

This issue was introduced with ae12bc3ebb4cb377c2b4337ec255e652b36f5143, it returned 'None'.
test/test_utils.py
youtube_dl/utils.py