john-kurkowski / tldextract

Accurately separates a URL’s subdomain, domain, and public suffix, using the Public Suffix List (PSL).
BSD 3-Clause "New" or "Revised" License
1.83k stars 210 forks source link

pass in requests.Session #311

Closed chhao-hao closed 11 months ago

chhao-hao commented 11 months ago

Trying to help with https://github.com/john-kurkowski/tldextract/issues/158 since I also need to pass in session so I can make the http call via proxy.