update bots

This commit is contained in:
2026-05-18 14:15:59 +07:00
parent b0ce866a2f
commit b9054d178e
5775 changed files with 832577 additions and 38 deletions

View File

@@ -0,0 +1,28 @@
from .. import Provider as InternetProvider
class Provider(InternetProvider):
tlds = (
# From https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains
"com",
"org",
"net",
"int",
"edu",
"gov",
"mil",
# From https://id.wikipedia.org/wiki/.id
"id",
"ac.id",
"biz.id",
"co.id",
"desa.id",
"go.id",
"mil.id",
"my.id",
"net.id",
"or.id",
"ponpes.id",
"sch.id",
"web.id",
)