# Rumble Embed Downloader

**Use case:** 

Turn one public Rumble embed URL into playable media links and video details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://rumble.com/embed/v762a76/"
    }
  ],
  "preferredQuality": "best"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "channel.name": {
    "label": "Channel",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration in seconds",
    "format": "integer"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "thumbnailUrl": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "media": {
    "label": "Playable media",
    "format": "array"
  }
}
```

## About this Actor

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