# Download EroThots Videos

**Use case:** 

Get direct MP4 links for a list of public EroThots video URLs or IDs. Each found video is saved to the dataset.

## Input

```json
{
  "videoTargets": [
    "https://erothots.co/video/ahhuucgillf/hanacutiee/",
    "ahhuucgillf"
  ],
  "quality": "best"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "selectedQuality": {
    "label": "Selected quality",
    "format": "string"
  },
  "format": {
    "label": "Format",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration in seconds",
    "format": "number"
  },
  "width": {
    "label": "Width",
    "format": "integer"
  },
  "height": {
    "label": "Height",
    "format": "integer"
  },
  "downloadUrl": {
    "label": "Download URL",
    "format": "string"
  },
  "pageUrl": {
    "label": "Page URL",
    "format": "string"
  },
  "thumbnailUrl": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "availableOptions": {
    "label": "Available options",
    "format": "array"
  }
}
```

## About this Actor

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