浏览代码

Merge pull request #226 from aledeg/youtube-bridge

Update youtube bridge
Mitsu 8 年之前
父节点
当前提交
937ef6b979
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      bridges/YoutubeBridge.php

+ 2 - 2
bridges/YoutubeBridge.php

@@ -31,10 +31,10 @@ class YoutubeBridge extends BridgeAbstract {
 		$this->parameters['By channel id'] =
 		'[
 			{
-				"type" : "number",
+				"type" : "text",
 				"identifier" : "c",
 				"name" : "channel id",
-				"exampleValue" : "15",
+				"exampleValue" : "test",
 				"required" : "required"
 			}
 		]';