Skip to content

Commit

Permalink
fix(SpeedApp): 搜索结果下载连接获取写错
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed Jun 10, 2022
1 parent d77f314 commit dac283f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/sites/speedapp.io/config.json
Expand Up @@ -65,7 +65,7 @@
},
"url": {
"selector": ["a.btn.btn-success"],
"filters": ["query.children().attr('href')", "'https://speedapp.io/'+query"]
"filters": ["query.attr('href')", "'https://speedapp.io/'+query"]
}
}
},
Expand Down

0 comments on commit dac283f

Please sign in to comment.