mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 03:38:31 +00:00
retroflix: add MR and MST
add book-search fix banner selector
This commit is contained in:
parent
44844da7ee
commit
63ec12f686
1 changed files with 10 additions and 4 deletions
|
@ -24,6 +24,7 @@ caps:
|
||||||
tv-search: [q, season, ep, imdbid]
|
tv-search: [q, season, ep, imdbid]
|
||||||
movie-search: [q, imdbid]
|
movie-search: [q, imdbid]
|
||||||
music-search: [q]
|
music-search: [q]
|
||||||
|
book-search: [q]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: cookie
|
- name: cookie
|
||||||
|
@ -63,7 +64,7 @@ login:
|
||||||
inputs:
|
inputs:
|
||||||
cookie: "{{ .Config.cookie }}"
|
cookie: "{{ .Config.cookie }}"
|
||||||
test:
|
test:
|
||||||
path: torrents.php
|
path: torrents1.php
|
||||||
|
|
||||||
search:
|
search:
|
||||||
# https://retroflix.club/torrents1.php?incldead=0&spstate=0&inclbookmarked=0&search=tt0055254&search_area=4&search_mode=0
|
# https://retroflix.club/torrents1.php?incldead=0&spstate=0&inclbookmarked=0&search=tt0055254&search_area=4&search_mode=0
|
||||||
|
@ -127,7 +128,7 @@ search:
|
||||||
attribute: onmouseover
|
attribute: onmouseover
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: "src=\\\\'(.+?)\\\\'"
|
args: "src=(.+?) "
|
||||||
imdb:
|
imdb:
|
||||||
optional: true
|
optional: true
|
||||||
selector: a[href*="imdb.com/title/tt"]
|
selector: a[href*="imdb.com/title/tt"]
|
||||||
|
@ -139,7 +140,7 @@ search:
|
||||||
optional: true
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " +00:00"
|
args: " +00:00" # auto adjusted by site account profile
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "02-01-2006 15:04:05 -07:00"
|
args: "02-01-2006 15:04:05 -07:00"
|
||||||
date:
|
date:
|
||||||
|
@ -148,7 +149,7 @@ search:
|
||||||
optional: true
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " +00:00"
|
args: " +00:00" # auto adjusted by site account profile
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "02-01-200615:04:05 -07:00"
|
args: "02-01-200615:04:05 -07:00"
|
||||||
size:
|
size:
|
||||||
|
@ -173,4 +174,9 @@ search:
|
||||||
img.pro_free2up: 2
|
img.pro_free2up: 2
|
||||||
img.pro_2up: 2
|
img.pro_2up: 2
|
||||||
"*": 1
|
"*": 1
|
||||||
|
minimumratio:
|
||||||
|
text: 1.0
|
||||||
|
minimumseedtime:
|
||||||
|
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
||||||
|
text: 259200
|
||||||
# NexusPHP
|
# NexusPHP
|
||||||
|
|
Loading…
Add table
Reference in a new issue