mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
marinetracker: drop copyrighted torrents. #5829
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
submit: "%C2%A0%C2%A0Search%C2%A0%C2%A0"
|
||||
|
||||
rows:
|
||||
selector: tr[id^="tor_"]
|
||||
selector: tr[id^="tor_"]:has(a[href^="./download.php?id="])
|
||||
|
||||
fields:
|
||||
title:
|
||||
@@ -152,7 +152,6 @@
|
||||
selector: a.tLink
|
||||
attribute: href
|
||||
download:
|
||||
optional: true
|
||||
selector: a[href^="./download.php?id="]
|
||||
attribute: href
|
||||
category:
|
||||
|
Reference in New Issue
Block a user