Update Sniffer.java

pull/123/head
FongMi 3 years ago
parent 1091dc08bf
commit e3f414a4ac
  1. 1
      app/src/main/java/com/fongmi/android/tv/utils/Sniffer.java

@ -12,6 +12,7 @@ public class Sniffer {
public static final Pattern CUSTOM = Pattern.compile(
"http((?!http).)*?xg.php\\?id=|" +
"http((?!http).)*?_playback/\\?video_id=|" +
"http((?!http).)*?/m3/(.*)\\.css"
);
}

Loading…
Cancel
Save