1
0
716 4 жил өмнө
parent
commit
df92f77620

+ 1 - 0
.gitignore

@@ -10,3 +10,4 @@
 /config.yaml
 /ChineseSubFinder.exe
 /*.zip
+/*.rar

+ 1 - 1
sub_supplier/zimuku/zimuku.go

@@ -64,7 +64,7 @@ func (s Supplier) GetSubListFromFile(filePath string) ([]common.SupplierSubInfo,
 		subInfoList, err = s.GetSubListFromKeyword(imdbId)
 		if err != nil {
 			// 允许的错误,跳过,继续进行文件名的搜索
-			s.log.Error(err)
+			s.log.Error("GetSubListFromKeyword", "IMDBID can not found sub", filePath, err)
 		}
 		// 如果有就优先返回
 		if len(subInfoList) >0 {