contrib: update makeseeds UA regex

This commit is contained in:
fanquake 2025-09-02 14:09:18 +01:00
parent ba0b4304ec
commit b8da9f4034
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ PATTERN_AGENT = re.compile(
r"|25\.(0|1|2|99)\.0"
r"|26\.(0|1|2|99)\.0"
r"|27\.(0|1|2|99)\.0"
r"|28\.(0|1|99)\.0"
r"|28\.(0|1|2|99)\.0"
r"|29\.(0|99)\.0"
r")")
def parseline(line: str) -> Union[dict, None]: