From 1916d52ae9ababf905af3aec16477e43b04dafdc Mon Sep 17 00:00:00 2001 From: tdc Date: Wed, 10 Apr 2024 11:45:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20=E7=A7=BB=E9=99=A4=E9=9D=9E?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E8=A8=BB=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoBuild/nrdlist.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/AutoBuild/nrdlist.py b/AutoBuild/nrdlist.py index 5a510a0..749c95f 100644 --- a/AutoBuild/nrdlist.py +++ b/AutoBuild/nrdlist.py @@ -27,10 +27,6 @@ class Downloader: url = self.base_url.format( args=b64encode(date.strftime("%Y-%m-%d.zip").encode()).decode() ) - print(url) - # me https://www.whoisds.com//whois-database/newly-registered-domains/MjAyNC0wNC0wOS56aXA=/nrd - # th https://www.whoisds.com//whois-database/newly-registered-domains/MjAyNC0wNC0wOC56aXA=/nrd - # assert url == "https://www.whoisds.com//whois-database/newly-registered-domains/MjAyNC0wNC0wOC56aXA=/nrd" async with httpx.AsyncClient() as client: r = await client.get(url) if r.status_code != 200: