mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 06:40:57 +00:00
1337x, et.ag, isuhunt2, karcrs, kathow: drop star from magnets. #5372
This commit is contained in:
parent
055a70eb3e
commit
8ae402d71b
5 changed files with 21 additions and 0 deletions
|
@ -115,6 +115,11 @@
|
|||
download:
|
||||
# the .torrent url is on the on the details page
|
||||
selector: ul li a[href^="{{ .Config.downloadlink }}"]
|
||||
# temp fix for #5372
|
||||
filters:
|
||||
- name: urldecode
|
||||
- name: replace
|
||||
args: [" ⭐", ""]
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
|
|
@ -957,6 +957,11 @@
|
|||
download:
|
||||
selector: td a[href^="magnet:?xt="]
|
||||
attribute: href
|
||||
# temp fix for #5372
|
||||
filters:
|
||||
- name: urldecode
|
||||
- name: replace
|
||||
args: [" ⭐", ""]
|
||||
date:
|
||||
selector: td:nth-last-of-type(5)
|
||||
filters:
|
||||
|
|
|
@ -48,6 +48,9 @@
|
|||
- name: querystring
|
||||
args: url
|
||||
- name: urldecode
|
||||
# temp fix for #5372
|
||||
- name: replace
|
||||
args: [" ⭐", ""]
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
|
|
@ -64,6 +64,11 @@
|
|||
magnet:
|
||||
selector: td:nth-child(1) div div a[data-nop=""]
|
||||
attribute: href
|
||||
# temp fix for #5372
|
||||
filters:
|
||||
- name: urldecode
|
||||
- name: replace
|
||||
args: [" ⭐", ""]
|
||||
size:
|
||||
selector: td:nth-child(2)
|
||||
date:
|
||||
|
|
|
@ -56,6 +56,9 @@
|
|||
- name: querystring
|
||||
args: url
|
||||
- name: urldecode
|
||||
# temp fix for #5372
|
||||
- name: replace
|
||||
args: [" ⭐", ""]
|
||||
size:
|
||||
selector: td:nth-child(2)
|
||||
filters:
|
||||
|
|
Loading…
Reference in a new issue