Skip to content

Commit

Permalink
Set new list URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Serge Voilokov committed Feb 13, 2018
1 parent 22b720d commit ecf2630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tldextract.go
Expand Up @@ -201,7 +201,7 @@ func subdomain(d string) (string, string) {
}

func download() ([]byte, error) {
u := "https://publicsuffix.org/list/effective_tld_names.dat"
u := "https://publicsuffix.org/list/public_suffix_list.dat"
resp, err := http.Get(u)
if err != nil {
return []byte(""), err
Expand Down

0 comments on commit ecf2630

Please sign in to comment.