fix source js for pawoo sites

This commit is contained in:
r888888888
2017-04-20 16:43:41 -07:00
parent b053a2d783
commit bd7f4820d7
3 changed files with 6 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ class PawooApiClient
attr_reader :json
def self.is_match?(url)
url =~ %r!https://pawoo.net/web/accounts/(\d+)!
url =~ %r!https?://pawoo.net/web/accounts/(\d+)!
$1
end