移除检查任务信息主动抛出的异常

This commit is contained in:
laoyuyu
2019-10-21 19:55:55 +08:00
parent fb0b95bd07
commit 2b0fcbb98f
30 changed files with 227 additions and 263 deletions

View File

@@ -294,7 +294,7 @@ final public class M3U8InfoThread implements Runnable {
newUrl = uri.getHost() + newUrl;
}
if (!CheckUtil.checkUrlNotThrow(newUrl)) {
if (!CheckUtil.checkUrl(newUrl)) {
failDownload("下载失败重定向url错误", false);
return;
}