Type: lib.beautifulsoup.BaseUrl
Namespace: lib.beautifulsoup
Description
Extract the base URL from a given URL. url parsing, domain extraction, web utilities
Use cases:
- Get domain name from full URLs
- Clean up URLs for comparison
- Extract root website addresses
- Standardize URL formats
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| url | str |
The URL to extract the base from | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | str |
Metadata
Related Nodes
Browse other nodes in the lib.beautifulsoup namespace.