Add ape ogg type

This commit is contained in:
FongMi 2023-07-03 08:43:03 +08:00
parent c5d0cbea5e
commit 28937c6957
3 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ import java.util.regex.Pattern;
public class Utils {
public static final String CHROME = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36";
public static final List<String> MEDIA = Arrays.asList("mp4", "mkv", "wmv", "flv", "avi", "mp3", "aac", "flac", "m4a");
public static final List<String> MEDIA = Arrays.asList("mp4", "mkv", "wmv", "flv", "avi", "mp3", "aac", "flac", "m4a", "ape", "ogg");
public static final Pattern RULE = Pattern.compile(
"http((?!http).){12,}?\\.(m3u8|mp4|flv|avi|mkv|rm|wmv|mpg|m4a|mp3)\\?.*|" +
"http((?!http).){12,}\\.(m3u8|mp4|flv|avi|mkv|rm|wmv|mpg|m4a|mp3)|" +

Binary file not shown.

View File

@ -1 +1 @@
1aa6c09c2ed0f3d11db69b6c15e7a1cd
5293550a292d61fd7318571385c4fc11