dbot/modules/youtube
2018-03-24 20:57:57 -04:00
..
config.json change to new youtube api 2015-04-20 20:10:55 +00:00
README.md Various README.md's and cleanups 2014-02-20 06:06:02 +01:00
strings.json Added ~ytpl command to search youtube for playlists 2018-03-24 20:57:57 -04:00
youtube.js Added ~ytpl command to search youtube for playlists 2018-03-24 20:57:57 -04: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

config.json

Output prefix can be set. For example:

{
    "outputPrefix": "\u00031,0You\u000315,5Tube\u000f"
}

Commands

~youtube [title]

Example: + ~youtube Hello World!

TODO