mirror of
https://github.com/Jackett/Jackett
synced 2025-03-13 07:33:12 +00:00
ildragonero: fix thanks selector
This commit is contained in:
parent
c4ab9ca40f
commit
a6c496ed96
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ download:
|
|||
before:
|
||||
# thankyou link: ./viewtopic.php?f=61&p=76522&thanks=76522&to_id=83&from_id=23462
|
||||
pathselector:
|
||||
selector: ul.post-buttons li:nth-last-child(2) a
|
||||
selector: ul.post-buttons li:last-child a
|
||||
attribute: href
|
||||
filters:
|
||||
- name: re_replace
|
||||
|
|
Loading…
Add table
Reference in a new issue