mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
update URL TLDs table data
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e6ab2f5350
commit
f3adeecada
2 changed files with 9226 additions and 9175 deletions
|
@ -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)
|
||||
|
|
18399
src/core/io/qtldurl.cpp
18399
src/core/io/qtldurl.cpp
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue