update URL TLDs table data

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-07-31 15:24:49 +03:00
parent e6ab2f5350
commit f3adeecada
2 changed files with 9226 additions and 9175 deletions

View file

@ -17,7 +17,7 @@ tldcount = len(tldlist)
print('''static const char* TLDTbl[%d] = {''' % tldcount)
for tld in tldlist:
print(' "%s\\0",' % tld)
print(' "%s",' % tld)
print('''};
static const qint16 TLDTblSize = %d;''' % tldcount)

File diff suppressed because it is too large Load diff