Forgot to add a pattern for expires on
This commit is contained in:
+2
-1
@@ -1232,7 +1232,8 @@ function getDomainExpirationDate($domain) {
|
|||||||
'/renewal date: (.+)/',
|
'/renewal date: (.+)/',
|
||||||
'/Expires On: (.+)/',
|
'/Expires On: (.+)/',
|
||||||
'/paid-till: (.+)/',
|
'/paid-till: (.+)/',
|
||||||
'/Expiration Time: (.+)/'
|
'/Expiration Time: (.+)/',
|
||||||
|
'/\[Expires on\]\s+(.+)/' // New pattern 1 for "Expires on"
|
||||||
];
|
];
|
||||||
|
|
||||||
// Known date formats
|
// Known date formats
|
||||||
|
|||||||
Reference in New Issue
Block a user