# TokyoMotion Quality Download

**Use case:** 

Ask for a 720p MP4 file from a public TokyoMotion video page when that quality is offered.

## Input

```json
{
  "videoUrls": [
    {
      "url": "https://www.tokyomotion.net/video/6718731"
    }
  ],
  "quality": "720p"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "quality": {
    "label": "Delivered quality",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration in seconds",
    "format": "integer"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "fileName": {
    "label": "File name",
    "format": "string"
  },
  "fileUrl": {
    "label": "MP4 file URL",
    "format": "string"
  }
}
```

## About this Actor

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