From 0cf234608a81f9af8345ff4a726dc64d8c93d008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tezza=20=E2=99=A5=EF=B8=8F?= Date: Sat, 1 Apr 2017 12:30:53 +0200 Subject: [PATCH] Update Level2.php --- src/app/level2/Level2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/level2/Level2.php b/src/app/level2/Level2.php index 3d81991..6d146d0 100644 --- a/src/app/level2/Level2.php +++ b/src/app/level2/Level2.php @@ -6,7 +6,7 @@ use DateTime; class Level2 { - public static $imageMatch = 'https?:\/\/[^ ]+?(?:\.jpg|\.png|\.gif)'; + public static $imageMatch = 'https?:\/\/[^ ]+?(?:\.jpg|\.png|\.gif|\.svg)'; public static $urlMatch = '\b(?:(?:https?|ftp|file):\/\/|www\.|ftp\.)[-A-Z0-9+&@#\/%=~_|$\(\)?!:,.]*[A-Z0-9+&@#\/%=~_|$]'; public static function getStatus($app)