Update Level2.php

master
Tezza ♥️ 2017-04-01 12:30:53 +02:00 committed by GitHub
parent 2915d8a778
commit 0cf234608a
1 changed files with 1 additions and 1 deletions

View File

@ -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)