mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
topnow: download URL change (#8282)
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
rows:
|
rows:
|
||||||
# old cards do not have a download link
|
# old cards do not have a download link
|
||||||
selector: table.each_card_table:has(a[href^="/download/"])
|
selector: table.each_card_table:has(a[href^="/download.php?torrent="])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
# new cards do not have details page links
|
# new cards do not have details page links
|
||||||
text: /
|
text: /
|
||||||
download:
|
download:
|
||||||
selector: a[href^="/download/"]
|
selector: a[href^="/download.php?torrent="]
|
||||||
attribute: href
|
attribute: href
|
||||||
banner:
|
banner:
|
||||||
selector: img
|
selector: img
|
||||||
|
Reference in New Issue
Block a user