mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-28 06:04:17 +01:00
9689dc78b0
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. |
||
---|---|---|
.. | ||
fetcher | ||
service | ||
subtitle | ||
tests | ||
utils | ||
__init__.py | ||
__main__.py | ||
error.py | ||
log.py | ||
output.py |