mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02: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:
@@ -61,6 +61,9 @@
|
|||||||
download:
|
download:
|
||||||
selector: tr:nth-child(1) td:nth-child(1) h2 a, div h3 a
|
selector: tr:nth-child(1) td:nth-child(1) h2 a, div h3 a
|
||||||
attribute: href
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["/album/torrent-", "/album/download/torrent-"]
|
||||||
# dates come in two flavours:
|
# dates come in two flavours:
|
||||||
# Russian, Spanish and English supported
|
# Russian, Spanish and English supported
|
||||||
date:
|
date:
|
||||||
|
Reference in New Issue
Block a user