mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-02-15 07:25:47 +00:00
jackett indexers as of 26c91146731e834406609dc2bc39f136f4e7ccb7
jackett indexers as of b53833da950d94f0a5079293499fae03aa75f76e
This commit is contained in:
@@ -97,6 +97,8 @@ search:
|
||||
text: "{{ .Config.sitelink }}torrents/{{ .Result._id }}"
|
||||
download:
|
||||
text: "{{ .Config.sitelink }}torrent/download/{{ .Result._id }}.{{ .Config.rsskey }}"
|
||||
infohash:
|
||||
selector: info_hash
|
||||
poster:
|
||||
selector: poster_image
|
||||
imdbid:
|
||||
|
||||
@@ -118,10 +118,11 @@ search:
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["年份:", " "]
|
||||
_title:
|
||||
selector: a.video_name_str
|
||||
title:
|
||||
text: "{{ .Result._title }}{{ .Result._year }}"
|
||||
selector: a.video_name_str
|
||||
filters:
|
||||
- name: append
|
||||
args: "{{ .Result._year }}"
|
||||
details:
|
||||
selector: a.video_name_str
|
||||
attribute: href
|
||||
|
||||
@@ -126,8 +126,6 @@ search:
|
||||
args: ["(?i)T(\\d{1,2})\\b", "S$1"]
|
||||
- name: re_replace
|
||||
args: ["(\\d{2})[×|x](\\d{2})", "S$1E$2"]
|
||||
- name: re_replace
|
||||
args: ["(\\d{2})[×|x](\\d{2})", "S$1E$2"]
|
||||
- name: re_replace
|
||||
args: ["(\\d{1})[×|x](\\d{2})", "S0$1E$2"]
|
||||
- name: re_replace
|
||||
@@ -138,6 +136,8 @@ search:
|
||||
selector: details_link
|
||||
download:
|
||||
selector: download_link
|
||||
infohash:
|
||||
selector: info_hash
|
||||
poster:
|
||||
selector: poster
|
||||
filters:
|
||||
|
||||
Reference in New Issue
Block a user