Skip to content

Commit

Permalink
jackett indexers as of fad0637127e8f2d54932bc26a725ddb139497eec
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Sep 24, 2023
1 parent c691685 commit 37c633c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
3 changes: 1 addition & 2 deletions definitions/v7/exitorrent-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ login:

search:
paths:
# https://torrentleech.pl/browse.php?c60=1&c53=1&search=&incldead=1&titlesearch=0&polish=0&cat_film=&napisy=0
- path: browse.php
inputs:
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
Expand Down Expand Up @@ -153,4 +152,4 @@ search:
minimumseedtime:
# 2 days (as seconds = 2 x 24 x 60 x 60)
text: 172800
#TBSource v1.5.0
# TBSource v1.5.0
9 changes: 9 additions & 0 deletions definitions/v7/hdonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,22 +209,31 @@ search:
optional: true
_media:
selector: media
optional: true
_vff:
selector: vff
optional: true
_vfq:
selector: vfq
optional: true
_vfi:
selector: vfi
optional: true
_vf:
selector: vf
optional: true
_vof:
selector: vof
optional: true
_hdr:
selector: hdr
optional: true
_hdr10plus:
selector: hdr10plus
optional: true
_dovi:
selector: dovi
optional: true
title_optional:
selector: group.groupName
filters:
Expand Down
3 changes: 3 additions & 0 deletions definitions/v7/torrentleech-pl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ search:
- name: trim
title:
text: "{{ if .Config.drop_polish_prefix }}{{ .Result.title_stripped }}{{ else }}{{ .Result.title_raw }}{{ end }}"
filters:
- name: re_replace
args: ["(?i)^\\[PACK\\]\\s*", ""]
details:
selector: a[href^="details.php?id="]
attribute: href
Expand Down
3 changes: 3 additions & 0 deletions definitions/v9/ptlsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,23 @@ caps:
- {id: 402, cat: TV, desc: "TV Series(电视剧)"}
- {id: 405, cat: TV/Anime, desc: "Anime(动画)"}
- {id: 411, cat: Audio, desc: "Music(音乐)"}
- {id: 416, cat: Books/Comics, desc: "Comic(漫画)"}
- {id: 406, cat: Audio/Video, desc: "MV(演唱)"}
- {id: 412, cat: PC/0day, desc: "Software(软件)"}
- {id: 413, cat: PC/Games, desc: "Game(游戏)"}
- {id: 403, cat: TV, desc: "TV Shows(综艺)"}
- {id: 404, cat: TV/Documentary, desc: "Documentaries(纪录片)"}
- {id: 407, cat: TV/Sport, desc: "Sports(体育)"}
- {id: 408, cat: Audio, desc: "Audio(音频)"}
- {id: 415, cat: Books/EBook, desc: "E-Booko(电子书/有声书)"}
- {id: 409, cat: Other, desc: "Misc(其他)"}

modes:
search: [q]
tv-search: [q, season, ep, imdbid, doubanid]
movie-search: [q, imdbid, doubanid]
music-search: [q]
book-search: [q]

settings:
- name: username
Expand Down

0 comments on commit 37c633c

Please sign in to comment.