update bots
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
from .. import Provider as InternetProvider
|
||||
|
||||
|
||||
class Provider(InternetProvider):
|
||||
free_email_domains = (
|
||||
"chello.at",
|
||||
"gmail.com",
|
||||
"gmx.at",
|
||||
"kabsi.at",
|
||||
)
|
||||
tlds = ("at", "co.at", "com", "net", "org")
|
||||
|
||||
replacements = (
|
||||
("ä", "ae"),
|
||||
("Ä", "Ae"),
|
||||
("ö", "oe"),
|
||||
("Ö", "Oe"),
|
||||
("ü", "ue"),
|
||||
("Ü", "Ue"),
|
||||
("ß", "ss"),
|
||||
)
|
||||
Binary file not shown.
Reference in New Issue
Block a user