update bots
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
from .. import Provider as InternetProvider
|
||||
|
||||
|
||||
class Provider(InternetProvider):
|
||||
# Data taken from
|
||||
# https://github.com/fzaninotto/Faker/blob/master/src/Faker/Provider/en_GB/Internet.php
|
||||
|
||||
free_email_domains = (
|
||||
"gmail.com",
|
||||
"yahoo.com",
|
||||
"hotmail.com",
|
||||
"yahoo.co.uk",
|
||||
"hotmail.co.uk",
|
||||
"outlook.com",
|
||||
)
|
||||
|
||||
tlds = (
|
||||
"com",
|
||||
"com",
|
||||
"com",
|
||||
"com",
|
||||
"com",
|
||||
"com",
|
||||
"biz",
|
||||
"info",
|
||||
"net",
|
||||
"org",
|
||||
"co.uk",
|
||||
)
|
||||
Binary file not shown.
Reference in New Issue
Block a user