divijbindlish / parse-torrent-name

Extract media information from a filename
MIT License
215 stars 60 forks source link

Update patterns to support 2020 and up. #29

Open m1dnight opened 4 years ago

m1dnight commented 4 years ago

I noticed the year regex only supports up to 2019. Fixed that.

dchevell commented 4 years ago

There's no real reason to only support 2020 dates. Come 2030 this will just break again - if we're going to fix it, why not just support dates up to 2099? I added a simple code suggestion with that change.