# Save Kick stream replays for offline viewing

**Use case:** 

Save full Kick.com stream replays and VODs as MP4 files before they expire. Ideal for streamers archiving past broadcasts or fans saving highlights offline.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://kick.com/xqc/clips/clip_01KT86AY6TFA1JMTT3M02AZ4YW"
    }
  ],
  "quality": "best",
  "proxyConfiguration": {}
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "channel": {
    "label": "Channel",
    "format": "text"
  },
  "quality": {
    "label": "Quality",
    "format": "text"
  },
  "duration": {
    "label": "Duration (ms)",
    "format": "number"
  },
  "file_size": {
    "label": "File Size (bytes)",
    "format": "number"
  },
  "download_url": {
    "label": "Download URL",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

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