aboutsummaryrefslogtreecommitdiffstats
path: root/stella.js
diff options
context:
space:
mode:
authoranekos2013-06-09 14:46:02 +0900
committeranekos2013-06-09 14:46:02 +0900
commit9f93151b6cc28491f2dc6e7fb77a633f4874397a (patch)
tree706e976e1ee366af660aa836b7c2aaf6740e6148 /stella.js
parent9e13db66a1ca914987e1ff82dd7fe9bb86480f24 (diff)
downloadvimperator-plugins-9f93151b6cc28491f2dc6e7fb77a633f4874397a.tar.bz2
Nyaaps
Diffstat (limited to 'stella.js')
-rw-r--r--stella.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/stella.js b/stella.js
index 9000ac1..2ddf58f 100644
--- a/stella.js
+++ b/stella.js
@@ -40,6 +40,7 @@ let PLUGIN_INFO = xml`
<description>For Niconico/YouTube/Vimeo, Add control commands and information display(on status line).</description>
<description lang="ja">ニコニコ動画/YouTube/Vimeo 用。操作コマンドと情報表示(ステータスライン上に)追加します。</description>
<version>0.33.2</version>
+
<author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author>
<license>new BSD License (Please read the source code comments of this plugin)</license>
<license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license>
@@ -1023,7 +1024,7 @@ Thanks:
get totalTime () parseInt(this.player.getDuration()),
- get isValid () (this.player && U.currentURL.match(/^https:\/\/(?:[^.]+\.)?youtube\.com\/watch/)),
+ get isValid () (this.player && U.currentURL.match(/^https?:\/\/(?:[^.]+\.)?youtube\.com\/watch/)),
get volume () parseInt(this.player.getVolume()),
set volume (value) (this.player.setVolume(value), this.volume),