diff options
author | drry | 2008-12-16 14:48:43 +0000 |
---|---|---|
committer | drry | 2008-12-16 14:48:43 +0000 |
commit | 7543cfc6863832c79870ea494c81b63aadc78ef3 (patch) | |
tree | 47857f7e50da7d6d82c4ebeadb291d8abd604393 /nicontroller.js | |
parent | b80ccfa3c4c9454c91ecc2182a5d90729b33ec53 (diff) | |
download | vimperator-plugins-7543cfc6863832c79870ea494c81b63aadc78ef3.tar.bz2 |
* fixed regexes.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26897 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'nicontroller.js')
-rw-r--r-- | nicontroller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nicontroller.js b/nicontroller.js index 02c0836..4add0bf 100644 --- a/nicontroller.js +++ b/nicontroller.js @@ -193,7 +193,7 @@ NicoPlayerController.prototype = { NICO_DOMAIN: '.nicovideo.jp',
NICO_URL: 'http://www.nicovideo.jp/',
- WATCH_URL: 'http://www.nicovideo.jp/watch/',
+ WATCH_URL: '^http://[^.]+\.nicovideo\.jp/watch/',
WATCH_PAGE: 1,
FLVPLAYER_NODE_ID: 'flvplayer',
|