diff --git a/urlscan.1 b/urlscan.1 index 16b580a..7c53462 100644 --- a/urlscan.1 +++ b/urlscan.1 @@ -1,6 +1,6 @@ .\" Hey, EMACS: -*- nroff -*- -.TH URLSCAN 1 "6 March 2021" +.TH URLSCAN 1 "1 June 2023" .SH NAME urlscan \- browse the URLs in an email message from a terminal diff --git a/urlscan/__main__.py b/urlscan/__main__.py index a20fc95..3fca942 100644 --- a/urlscan/__main__.py +++ b/urlscan/__main__.py @@ -5,7 +5,7 @@ """ # # Copyright (C) 2006-2007 Daniel Burrows -# Copyright (C) 2021 Scott Hansen +# Copyright (C) 2023 Scott Hansen # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/urlscan/assets/tlds-alpha-by-domain.txt b/urlscan/assets/tlds-alpha-by-domain.txt index 7fd163f..bc9836f 100644 --- a/urlscan/assets/tlds-alpha-by-domain.txt +++ b/urlscan/assets/tlds-alpha-by-domain.txt @@ -1,4 +1,4 @@ -# Version 2021100600, Last Updated Wed Oct 6 07:07:01 2021 UTC +# Version 2023060100, Last Updated Thu Jun 1 07:07:01 2023 UTC AAA AARP ABARTH @@ -17,7 +17,6 @@ ACCOUNTANTS ACO ACTOR AD -ADAC ADS ADULT AE @@ -25,7 +24,6 @@ AEG AERO AETNA AF -AFAMILYCOMPANY AFL AFRICA AG @@ -177,8 +175,6 @@ BROTHER BRUSSELS BS BT -BUDAPEST -BUGATTI BUILD BUILDERS BUSINESS @@ -198,7 +194,6 @@ CALVINKLEIN CAM CAMERA CAMP -CANCERRESEARCH CANON CAPETOWN CAPITAL @@ -301,7 +296,6 @@ CROWN CRS CRUISE CRUISES -CSC CU CUISINELLA CV @@ -360,7 +354,6 @@ DOWNLOAD DRIVE DTV DUBAI -DUCK DUNLOP DUPONT DURBAN @@ -494,7 +487,6 @@ GIFTS GIVES GIVING GL -GLADE GLASS GLE GLOBAL @@ -658,6 +650,7 @@ KG KH KI KIA +KIDS KIM KINDER KINDLE @@ -715,12 +708,10 @@ LILLY LIMITED LIMO LINCOLN -LINDE LINK LIPSY LIVE LIVING -LIXIL LK LLC LLP @@ -728,7 +719,6 @@ LOAN LOANS LOCKER LOCUS -LOFT LOL LONDON LOTTE @@ -748,7 +738,6 @@ LUXURY LV LY MA -MACYS MADRID MAIF MAISON @@ -821,6 +810,7 @@ MTN MTR MU MUSEUM +MUSIC MUTUAL MV MW @@ -877,7 +867,6 @@ NYC NZ OBI OBSERVER -OFF OFFICE OKINAWA OLAYAN @@ -976,10 +965,8 @@ QA QPON QUEBEC QUEST -QVC RACING RADIO -RAID RE READ REALESTATE @@ -1056,7 +1043,6 @@ SCHOOL SCHULE SCHWARZ SCIENCE -SCJOHNSON SCOT SD SE @@ -1068,7 +1054,6 @@ SEEK SELECT SENER SERVICES -SES SEVEN SEW SEX @@ -1327,7 +1312,6 @@ XN--3BST00M XN--3DS443G XN--3E0B707E XN--3HCRJ9C -XN--3OQ18VL8PN36A XN--3PXU8K XN--42C2D9A XN--45BR5CYL @@ -1396,7 +1380,6 @@ XN--J1AEF XN--J1AMH XN--J6W193G XN--JLQ480N2RG -XN--JLQ61U9W7B XN--JVR189M XN--KCRX77D1X4A XN--KPRW13D diff --git a/urlscan/urlchoose.py b/urlscan/urlchoose.py index c1bf920..8f050b2 100644 --- a/urlscan/urlchoose.py +++ b/urlscan/urlchoose.py @@ -1,5 +1,5 @@ # Copyright (C) 2006-2007 Daniel Burrows -# Copyright (C) 2021 Scott Hansen +# Copyright (C) 2023 Scott Hansen # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/urlscan/urlscan.py b/urlscan/urlscan.py index 9addcd5..977f02c 100644 --- a/urlscan/urlscan.py +++ b/urlscan/urlscan.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright (C) 2006-2007 Daniel Burrows -# Copyright (C) 2021 Scott Hansen +# Copyright (C) 2023 Scott Hansen # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License