mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
mircrew: fix thank you selector for subsequent downloads
This commit is contained in:
parent
0a3b5d2fed
commit
259d98c140
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ download:
|
|||
before:
|
||||
# thankyou link: ./viewtopic.php?f=52&p=65417&thanks=65417&to_id=54&from_id=3950
|
||||
pathselector:
|
||||
selector: a[id^="lnk_thanks_post"]
|
||||
selector: ul.post-buttons li:nth-last-child(1) a
|
||||
attribute: href
|
||||
selectors:
|
||||
- selector: a[href^="magnet:?xt="]
|
||||
|
|
Loading…
Reference in a new issue