mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
sounpark: fix download (#6844)
I'm getting this errors when downloading: ``` Error downloading soundpark https://sound-park.world/album/torrent-XXX CardigannIndexer (soundpark): Download selector a[href^="/album/download-torrent/"] didn't match ```
This commit is contained in:
parent
96f74ee15a
commit
9ea09c4498
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@
|
|||
download:
|
||||
selector: tr:nth-child(1) td:nth-child(1) h2 a, div h3 a
|
||||
attribute: href
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["/album/torrent-", "/album/download/torrent-"]
|
||||
# dates come in two flavours:
|
||||
# Russian, Spanish and English supported
|
||||
date:
|
||||
|
|
Loading…
Reference in a new issue