Skip to content

Commit

Permalink
fix(mtv): 种子页批量下载种子
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed Nov 6, 2023
1 parent 081c6e2 commit 38946d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/sites/www.morethantv.me/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"filters": ["query.text().replace(/,/g,'').match(/([\\d.]+ ?[ZEPTGMK]?i?B)/)", "(query && query.length>1)?(query[1]).sizeToNumber():0"]
},
"downloadURLs": {
"selector": ["tr.group_torrent a[href*='action=download']"],
"selector": [".torrent_icon_container a[href*='action=download']"],
"filters": ["query.toArray()"]
},
"confirmSize": {
Expand Down

0 comments on commit 38946d4

Please sign in to comment.