1
0
Fork 0
mirror of https://github.com/crawler-commons/crawler-commons synced 2024-06-18 17:49:20 +02:00

Added a few more suffixes

This commit is contained in:
kkrugler_lists@transpac.com 2014-01-24 20:44:31 +00:00
parent a98bb030af
commit 16e46b0d50

View File

@ -47,8 +47,8 @@ public class PaidLevelDomain {
"us uy uz va vc ve vg vi vn vu wf ws ye yt yu za zm zw";
private static final String G_TLDS =
"aero arpa asia biz cat com coop edu gov info int jobs mil mobi museum name net " +
"org pro tel";
"aero arpa asia biz cat com coop edu gov info int jobs me mil mobi museum name net " +
"org pro rs tel";
private static final Set<String> ccTLDs = new HashSet<String>(Arrays.asList(CC_TLDS.split(" ")));
private static final Set<String> gTLDs = new HashSet<String>(Arrays.asList(G_TLDS.split(" ")));