YoutubeStreamCommand constructor
Implementation
YoutubeStreamCommand() {
addSubcommand(YoutubeListStreamCommand());
addSubcommand(YoutubeInsertStreamCommand());
addSubcommand(YoutubeDeleteStreamCommand());
addSubcommand(YoutubeUpdateStreamCommand());
}