# YouTube Video Downloader for Offline Editing

**Use case:** 

Download YouTube videos in 1080p MP4 for offline editing. Access up to 5 videos without login or installation.

## 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.