darknessomi / musicbox

网易云音乐命令行版本
MIT License
9.79k stars 1.58k forks source link

fix: parse invalid lyric timestamp failed #938

Closed hoyho closed 2 years ago

hoyho commented 2 years ago

Time string from lyric_line is invalid in some case. For example, '99:00.00' which does not match format '%M:%S.%f'. Here to update the regex to match valid time only which is range from 0-59 .

fix #936

Signed-off-by: hoyho luohaihao@gmail.com