We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--json
1 parent 648fb89 commit a545c67Copy full SHA for a545c67
tests/cli_test.py
@@ -84,6 +84,7 @@ def test_cli_json_output(
84
"is_private": False,
85
"registered_domain": "bbc.co.uk",
86
"registry_suffix": "co.uk",
87
+ "reverse_domain_name": "co.uk.bbc.www",
88
"subdomain": "www",
89
"suffix": "co.uk",
90
"top_domain_under_public_suffix": "bbc.co.uk",
tldextract/cli.py
@@ -103,6 +103,7 @@ def main() -> None:
103
"ipv4",
104
"ipv6",
105
"registered_domain",
106
+ "reverse_domain_name",
107
"top_domain_under_public_suffix",
108
"top_domain_under_registry_suffix",
109
)
0 commit comments