# Download a RedTube Video Link

**Use case:** 

Get a direct MP4 link and details for a public RedTube video. Add a video page or video ID and save the result to a dataset.

## Input

```json
{
  "sources": [
    "https://www.redtube.com/191397851"
  ],
  "preferredVariant": "mp4",
  "maxItems": 1
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "videoId": {
    "label": "Video ID",
    "format": "string"
  },
  "downloadUrl": {
    "label": "Download URL",
    "format": "string"
  },
  "appliedVariant": {
    "label": "Chosen variant",
    "format": "string"
  },
  "format": {
    "label": "Format",
    "format": "string"
  },
  "width": {
    "label": "Width",
    "format": "integer"
  },
  "height": {
    "label": "Height",
    "format": "integer"
  },
  "durationSeconds": {
    "label": "Duration in seconds",
    "format": "number"
  },
  "thumbnailUrl": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "canonicalUrl": {
    "label": "Video page URL",
    "format": "string"
  },
  "availableVariants": {
    "label": "Available variants",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [RedTube Video Downloader](https://apify.com/maximedupre/redtube-downloader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/redtube-downloader) to learn more, explore other use cases, and run it yourself.