Type: lib.beautifulsoup.ExtractAudio
Namespace: lib.beautifulsoup
Description
Extract audio elements from HTML content. extract, audio, src
Use cases:
- Collect audio sources from web pages
- Analyze audio usage on websites
- Create audio playlists
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| html | str |
The HTML content to extract audio from. | `` |
| base_url | str |
The base URL of the page, used to resolve relative audio URLs. | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| audio | audio |
Metadata
Related Nodes
Browse other nodes in the lib.beautifulsoup namespace.