topnow: download URL change (#8282)

This commit is contained in:
ilike2burnthing
2020-04-20 21:12:07 +01:00
committed by GitHub
parent 2cacceaef4
commit c87d636b20

View File

@@ -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