fix: tvcat搜索extraParams默认为空,避免xb6v参数污染GET请求

This commit is contained in:
xiaji
2026-06-09 20:01:52 +08:00
parent 16b1cbfc31
commit 60e2e8ee77

View File

@@ -19,6 +19,7 @@ class TvcatHandler : BaseSourceHandler(
searchPath = "/search",
searchMethod = "GET",
keywordParam = "q",
extraParams = emptyMap(),
resultSelector = "li.col-md-2.col-sm-3.col-4",
titleSelector = "a[title]",
coverSelector = "img",