# ManyVids downloader

**Use case:** 

Resolve direct source-hosted media links and metadata from known ManyVids video URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.manyvids.com/Video/7060747/soaking-wet-shower-tease"
    },
    {
      "url": "https://www.manyvids.com/Video/7450600"
    },
    {
      "url": "https://www.manyvids.com/Video/6826802"
    }
  ],
  "cookie": "***"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "creatorName": {
    "label": "Creator",
    "format": "string"
  },
  "downloadType": {
    "label": "Download type",
    "format": "string"
  },
  "media": {
    "label": "Media links",
    "format": "array"
  },
  "thumbnailUrl": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration seconds",
    "format": "integer"
  },
  "resolution": {
    "label": "Resolution",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "views": {
    "label": "Views",
    "format": "integer"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "string"
  },
  "videoId": {
    "label": "Video ID",
    "format": "string"
  }
}
```

## About this Actor

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