Update urlparse.h

This commit is contained in:
wibyweb 2023-05-11 23:32:24 -04:00 committed by GitHub
parent 0ab1a53115
commit ccc33f7d81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
//char url[] = "index.htm\0";
char urlcopy[1000];
char domain[1000];
char tldlist[] = "co.uk,co.jp\0";
char tldlist[] = "co.uk,org.uk,co.jp\0";
char buffer[1000];
char rootdomain[1000];
char urlPath[1000];