# Download r/AnimalsBeingDerps Clips for YT Shorts

**Use case:** 

Faceless Shorts creators can download the week's top animal videos from r/aww and r/AnimalsBeingDerps as edit-ready MP4 clips under 60 seconds.

## Input

```json
{
  "sources": [
    "r/AnimalsBeingDerps",
    "r/aww",
    "r/AnimalsBeingBros"
  ],
  "sort": "top",
  "time": "week",
  "maxPostsPerSource": 25,
  "downloadVideos": true,
  "minDurationSeconds": 0,
  "maxDurationSeconds": 60,
  "dedupeAcrossRuns": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "subreddit": {
    "label": "Sub",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "resolution": {
    "label": "Res",
    "format": "text"
  },
  "durationSeconds": {
    "label": "Dur (s)",
    "format": "number"
  },
  "hasAudio": {
    "label": "Audio",
    "format": "boolean"
  },
  "videoUrl": {
    "label": "Video",
    "format": "link"
  },
  "url": {
    "label": "Post",
    "format": "link"
  }
}
```

## About this Actor

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