blob: 37e2c56dc5274445bde6ff0512285bf4d54365fb (
plain)
1
2
3
4
5
6
|
[embrilliance]
source = "regex"
url = "https://embrilliance.com/downloads"
regex = "Embrilliance([^\"]+)Setup.exe"
from_pattern = "(\\d)(\\d{2})(\\d+)"
to_pattern = "\\g<1>.\\g<2>.\\g<3>"
|