This commit is contained in:
FongMi 2024-06-13 22:59:03 +08:00
parent 1b78db2f97
commit 9dbe870c45
3 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ public class Eighteen extends Spider {
@Override
public boolean isVideoFormat(String url) throws Exception {
return !url.contains("afcdn.net") && url.contains(".mp4");
return !url.contains("afcdn.net") && (url.contains(".m3u8") || url.contains(".mp4"));
}
private String searchContent(String key, String pg) {

Binary file not shown.

View File

@ -1 +1 @@
24ad1dd951b4ccf758ea94731df6035f
3f392906996ac13aaeb8c91956f95f7f