mirror of
https://github.com/Jackett/Jackett
synced 2025-03-13 15:39:28 +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:
|
before:
|
||||||
# thankyou link: ./viewtopic.php?f=61&p=76522&thanks=76522&to_id=83&from_id=23462
|
# thankyou link: ./viewtopic.php?f=61&p=76522&thanks=76522&to_id=83&from_id=23462
|
||||||
pathselector:
|
pathselector:
|
||||||
selector: ul.post-buttons li:nth-last-child(2) a
|
selector: ul.post-buttons li:last-child a
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
|
|
Loading…
Add table
Reference in a new issue