提交 88588410 编写于 作者: H hjdhnx

过滤歌词

上级 95fdcd75
3.9.23beta2
\ No newline at end of file
3.9.23beta3
\ No newline at end of file
......@@ -411,7 +411,7 @@ function search(wd, quick) {
let lists = pdfa(html,'div&&ul&&a');
print(`搜索结果数:${lists.length},搜索结果显示数量限制:${limit_search_show}`);
let vods = [];
let excludeReg = /\.(pdf|epub|mobi|txt|doc)$/; // 过滤后缀文件
let excludeReg = /\.(pdf|epub|mobi|txt|doc|lrc)$/; // 过滤后缀文件
lists.forEach(it=>{
let vhref = pdfh(it,'a&&href');
if(vhref){
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册