---
title: "Extract Videos"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/html/extractvideos
markdown: https://docs.nodetool.ai/nodes/lib/html/extractvideos.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/html/extractvideos.md
---

# Extract Videos

**Type:** `lib.html.ExtractVideos`

**Namespace:** `lib.html`

## Description

Extract videos from HTML content.
    extract, videos, src

    Use cases:
    - Collect video sources from web pages
    - Analyze video usage on websites
    - Create video playlists

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| html | `str` | The HTML content to extract videos from. | `` |
| base_url | `str` | The base URL of the page, used to resolve relative video URLs. | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| video | `video` |  |
| videos | `list` |  |

## Related Nodes

Browse other nodes in the [lib.html](./) namespace.
