1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-28 06:04:17 +01:00
svtplay-dl/lib
Olof Johansson 9689dc78b0 filenamify: Make title regexp stricter
The - character is a range operator when used in character classes
(e.g. [0-9]). In our case, we want it to match a literal - (which it
coindicentally does, since it's within the range [ -.]. But we don't
want it to match other characters within this range.
2016-01-10 14:33:22 +01:00
..
svtplay_dl filenamify: Make title regexp stricter 2016-01-10 14:33:22 +01:00
Makefile make: add missing echo, affects builds without git 2015-11-23 23:48:40 +01:00