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)