Skip to content
This repository was archived by the owner on Apr 3, 2018. It is now read-only.

Commit 15d3e10

Browse files
committed
Fix #49 + Fix #50 + Fix #51 + Fix #52 + Fix #54 + Fix #55 + Fix #57
1 parent 70434a2 commit 15d3e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funceble

+1-1
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ getExpirationDate(){
768768

769769
# Here's a list of words the ${content} have to match to get the
770770
# expiration date from the whois record of domain
771-
local toMatch=('expire:' 'Expiration Date:' 'expire on:' 'Expiry Date:' 'free-date' 'expires:' 'Expiration date:' 'Expiry date:' 'Expire Date:' 'renewal date:' 'Expires:' 'validity:' 'Expiration Date :' 'Expiry :' 'expires at:' 'domain_datebilleduntil:' 'Data de expiração \/ Expiration Date \(dd\/mm\/yyyy\):' 'Fecha de expiración \(Expiration date\):' '\[Expires on\]' 'Record expires on' 'status: OK-UNTIL' 'renewal:' 'expires............:' 'expire-date:' 'Exp date:' 'Valid-date' 'Expires On:' 'Fecha de vencimiento:' 'Expiration:.........' 'Fecha de Vencimiento:' "Date d'expiration:")
771+
local toMatch=('expire:' 'Expiration Date:' 'expire on:' 'Expiry Date:' 'free-date' 'expires:' 'Expiration date:' 'Expiry date:' 'Expire Date:' 'renewal date:' 'Expires:' 'validity:' 'Expiration Date :' 'Expiry :' 'expires at:' 'domain_datebilleduntil:' 'Data de expiração \/ Expiration Date \(dd\/mm\/yyyy\):' 'Fecha de expiración \(Expiration date\):' '\[Expires on\]' 'Record expires on' 'status: OK-UNTIL' 'renewal:' 'expires............:' 'expire-date:' 'Exp date:' 'Valid-date' 'Expires On:' 'Fecha de vencimiento:' 'Expiration:.........' 'Fecha de Vencimiento:' 'Registry Expiry Date:' "Date d'expiration:")
772772

773773
for i in ${!toMatch[*]}
774774
do

0 commit comments

Comments
 (0)