|
|
|
@ -15,9 +15,9 @@ public class Sniffer { |
|
|
|
public static final Pattern CUSTOM = Pattern.compile( |
|
|
|
public static final Pattern CUSTOM = Pattern.compile( |
|
|
|
"http((?!http).)*?xg.php\\?id=|" + |
|
|
|
"http((?!http).)*?xg.php\\?id=|" + |
|
|
|
"http((?!http).)*?/m3/(.*)\\.css|" + |
|
|
|
"http((?!http).)*?/m3/(.*)\\.css|" + |
|
|
|
|
|
|
|
"http((?!http).)*renren.pro(.*).m3u8|" + |
|
|
|
"http((?!http).)*?_playback/\\?video_id=|" + |
|
|
|
"http((?!http).)*?_playback/\\?video_id=|" + |
|
|
|
"http((?!http).)*huoshan.com(.*)?item_id=|" + |
|
|
|
"http((?!http).)*huoshan.com(.*)?item_id=|" + |
|
|
|
"http((?!http).)*renren.pro(.*).m3u8|" + |
|
|
|
|
|
|
|
"http((?!http).)*qianpailive.com(.*)&vid=|" + |
|
|
|
"http((?!http).)*qianpailive.com(.*)&vid=|" + |
|
|
|
"http((?!http).)*douyin.com(.*)&is_play_url=" |
|
|
|
"http((?!http).)*douyin.com(.*)&is_play_url=" |
|
|
|
); |
|
|
|
); |
|
|
|
|