mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
🔥 移除非必要註解
This commit is contained in:
parent
93247ca8f2
commit
1916d52ae9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user