update bots
This commit is contained in:
@@ -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",
|
||||
)
|
||||
Binary file not shown.
Reference in New Issue
Block a user