# YouTube Video Downloader for 1080p Videos

**Use case:** 

Easily download YouTube videos at 1080p resolution. Get direct MP4 links without needing a login or additional software.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.youtube.com/watch?v=jNQXAC9IVRw"
    }
  ],
  "quality": "1080",
  "subtitles": "en",
  "dubbing": "es",
  "maxItems": 5,
  "searchTerms": []
}
```

## Output

```json
{
  "sourceUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "filename": {
    "label": "File"
  },
  "sizeMB": {
    "label": "Size (MB)",
    "format": "number"
  },
  "contentType": {
    "label": "Type"
  },
  "url": {
    "label": "Download",
    "format": "link"
  },
  "deleteAfter": {
    "label": "Auto-delete in"
  },
  "expiresAt": {
    "label": "Expires at",
    "format": "date"
  }
}
```

## About this Actor

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