3
0
mirror of https://github.com/reality/dbot.git synced 2026-04-26 04:28:09 +02:00
2015-05-29 17:26:04 +00:00
..
2015-04-20 20:10:55 +00:00
2014-02-20 06:06:02 +01:00
2013-10-29 21:39:26 +00:00
idk
2015-05-29 17:26:04 +00:00

## Youtube

Searches youtube.com for videos.

### Description

This module provides a command which allows users to search for a video on youtube.com.
It replies with a video thats title is the most similar to the input.

### Dependencies

It has following dependencies:
+ [request](https://github.com/mikeal/request)

### config.json

Output prefix can be set.
For example:
```
{
    "outputPrefix": "\u00031,0You\u000315,5Tube\u000f"
}
```


### Commands

#### ~youtube [title]

Example:
+ ~youtube Hello World!

### TODO