mirror of https://github.com/Jackett/Jackett
parent
3cdab54f5c
commit
8b8629ef19
|
@ -27,7 +27,12 @@
|
|||
selector: a[href^="/telecharger-torrent/"]
|
||||
|
||||
search:
|
||||
path: /torrents/search/?search={{ .Keywords}}
|
||||
path: /torrents/search/
|
||||
keywordsfilters: #1963
|
||||
- name: replace # Add Keywords
|
||||
args: ["Greys Anatomy", "Grey's Anatomy"]
|
||||
inputs:
|
||||
search: "{{ .Keywords }}"
|
||||
rows:
|
||||
selector: tr.isItem.isItemDesk
|
||||
fields:
|
||||
|
@ -47,8 +52,8 @@
|
|||
title:
|
||||
selector: td.m-name > a
|
||||
filters:
|
||||
- name: replace # Fix Grey's Anatomy results
|
||||
args: ["Greys Anatomy", "Grey's Anatomy"]
|
||||
- name: replace #1963 Fix Grey's Anatomy results V2
|
||||
args: ["Grey's Anatomy", "Greys Anatomy"]
|
||||
# now we put the date at the right place according scene
|
||||
# naming rules using .Result.site_date
|
||||
- name: replace
|
||||
|
|
Loading…
Reference in New Issue