fix(indexers): B2S-Share search (#1671)

This fixes the search for episodes and movies in general
This commit is contained in:
Guizzoni 2017-08-16 07:31:57 -03:00 committed by JigSaw
parent 3fdfc4a142
commit 333f7297fa
1 changed files with 4 additions and 1 deletions

View File

@ -214,8 +214,11 @@
search:
path: torrents-search.php
keywordsfilters:
- name: re_replace
args: ["[^a-zA-Z0-9]+", "%"]
inputs:
search: "{{ .Query.Keywords }}"
search: "{{ .Keywords }}"
rows:
selector: table[class^="ttable_headinner"] > tbody > tr:has(a[href^="torrents-details.php?id="])
fields: