mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
scenereactor domain expired. removed.
This commit is contained in:
parent
635c62c67a
commit
bcda5714ad
3 changed files with 1 additions and 118 deletions
|
@ -332,7 +332,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* SceneFZ
|
||||
* SceneHD
|
||||
* ScenePalace (SP)
|
||||
* SceneReactor
|
||||
* SceneRush
|
||||
* SceneTime
|
||||
* SDBits
|
||||
|
|
|
@ -1,117 +0,0 @@
|
|||
---
|
||||
site: scenereactor
|
||||
name: SceneReactor
|
||||
description: "A general tracker"
|
||||
language: en-us
|
||||
type: private
|
||||
encoding: windows-1252
|
||||
links:
|
||||
- http://www.scenereactor.net/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: 8, cat: TV/Anime, desc: "Anime"}
|
||||
- {id: 1, cat: PC/0day, desc: "Apps"}
|
||||
- {id: 23, cat: Movies/BluRay, desc: "Blu Ray"}
|
||||
- {id: 12, cat: TV/Documentary, desc: "Docs"}
|
||||
- {id: 10, cat: Movies/DVD, desc: "DVD"}
|
||||
- {id: 3, cat: Movies/DVD, desc: "DVD-C"}
|
||||
- {id: 2, cat: PC/Games, desc: "Games"}
|
||||
- {id: 7, cat: Other, desc: "Images"}
|
||||
- {id: 14, cat: PC/Phone-Other, desc: "Mobile"}
|
||||
- {id: 4, cat: Audio, desc: "Music"}
|
||||
- {id: 20, cat: TV, desc: "TV"}
|
||||
- {id: 18, cat: Movies, desc: "Video"}
|
||||
- {id: 16, cat: Movies/HD, desc: "x264"}
|
||||
- {id: 21, cat: Movies/HD, desc: "x264-C"}
|
||||
- {id: 9, cat: Movies/SD, desc: "XviD"}
|
||||
- {id: 6, cat: XXX, desc: "XXX"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
|
||||
settings:
|
||||
- name: cookie
|
||||
type: text
|
||||
label: Cookie
|
||||
- name: info
|
||||
type: info
|
||||
label: How to get the Cookie
|
||||
default: "<ol><li>Login to this tracker in your browser<li>Open the <b>DevTools</b> panel by pressing <b>F12</b><li>Select the <b>Network</b> tab<li>Click on the <b>Doc</b> button<li>Refresh the page by pressing <b>F5</b><li>Select the <b>Headers</b> tab<li>Find 'cookie:' in the <b>Request Headers</b> section<li>Copy & paste the whole cookie string to here</ol>"
|
||||
|
||||
login:
|
||||
method: cookie
|
||||
inputs:
|
||||
cookie: "{{ .Config.cookie }}"
|
||||
test:
|
||||
path: browse.php
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: browse.php
|
||||
inputs:
|
||||
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
||||
search: "{{ .Query.Keywords }}"
|
||||
incldead: "1"
|
||||
rows:
|
||||
selector: table.tables > tbody tr[onmouseover]
|
||||
fields:
|
||||
download:
|
||||
selector: a.torrname
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: id
|
||||
- name: prepend
|
||||
args: "/download.php/"
|
||||
- name: append
|
||||
args: "/dummy.torrent"
|
||||
title:
|
||||
selector: a.torrname
|
||||
attribute: title
|
||||
category:
|
||||
selector: a[href^="browse.php?cat="]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: cat
|
||||
details:
|
||||
selector: a.torrname
|
||||
attribute: href
|
||||
files:
|
||||
selector: a[href$="filelist=1"]
|
||||
size:
|
||||
selector: td:nth-child(5)
|
||||
grabs:
|
||||
selector: td:nth-child(6)
|
||||
filters:
|
||||
- name: regexp
|
||||
args: ([,\d]+)
|
||||
seeders:
|
||||
selector: td:nth-child(7)
|
||||
leechers:
|
||||
selector: td:nth-child(8)
|
||||
date:
|
||||
selector: td.torrdet:contains("Added:")
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["Added:\xA0", ""]
|
||||
- name: replace
|
||||
args: ["\xA0", " "]
|
||||
- name: dateparse
|
||||
args: "2006-01-02 15:04:05"
|
||||
banner:
|
||||
selector: img[src="pic/browse/prev.gif"]
|
||||
attribute: onmouseover
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "\"(.+?)\""
|
||||
- name: strdump
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
img[alt="Free Torrent"]: "0"
|
||||
"*": "1"
|
||||
uploadvolumefactor:
|
||||
case:
|
||||
"*": "1"
|
|
@ -361,6 +361,7 @@ namespace Jackett.Updater
|
|||
"Definitions/elitehd.yml",
|
||||
"Definitions/gdf76.yml",
|
||||
"Definitions/hyperay.yml",
|
||||
"Definitions/scenereactor.yml",
|
||||
};
|
||||
|
||||
foreach (var oldFile in oldFiles)
|
||||
|
|
Loading…
Reference in a new issue