1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-28 06:04:17 +01:00
svtplay-dl/lib/svtplay_dl
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
..
fetcher hlsparse: this should be HLS and not HDS 2015-11-15 18:21:05 +04:00
service Fixed TV4Play geoblock error text 2015-11-23 18:54:07 +01:00
subtitle subtitle: raw type 2015-10-30 00:51:35 +01:00
tests pip8. expected 2 lines found 1 2015-09-15 20:10:32 +02:00
utils filenamify: Make title regexp stricter 2016-01-10 14:33:22 +01:00
__init__.py get_one_media: only print error messages when we dont have any videos 2015-11-15 18:20:16 +04:00
__main__.py Forgot to remove tab in __main__ 2014-04-02 20:14:38 +02:00
error.py Show only one error message instead of two 2015-09-06 14:19:10 +02:00
log.py Rename module from lib/svtplay to lib/svtplay_dl 2013-03-17 19:55:19 +01:00
output.py Don't workaround windows cmdline parsing brokeness 2015-10-25 19:41:39 +01:00