nicovideo Pattern-Fix

This commit is contained in:
Akamaru 2016-04-06 19:03:44 +02:00
parent 47cd43404d
commit 326be7afb9
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ return {
patterns = {
"nicovideo.jp/watch/(sm%d+)$",
"nicovideo.jp/watch/(%d+)$",
"nico.ms/sm(%d+)$"
"nico.ms/(sm%d+)$"
},
run = run
}