1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-21 05:47:09 +00:00

add rgu tracker (#3084)

* add rgu tracker

* add / to url
This commit is contained in:
Jachryl 2018-05-13 08:00:24 -05:00 committed by kaso17
parent e5929c850c
commit 2f8ef4aec2
2 changed files with 149 additions and 1 deletions

View file

@ -222,6 +222,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* Racing4Everyone (R4E)
* Redacted (PassTheHeadphones)
* RevolutionTT
* RGU
* RoDVD
* SceneFZ
* SceneReactor
@ -417,4 +418,4 @@ mono Jackett.Console/bin/Debug/JackettConsole.exe # run jackett
![screenshot](https://i.imgur.com/0d1nl7g.png "screenshot")
[inviteneeded]: https://raw.githubusercontent.com/Jackett/Jackett/master/.github/label-inviteneeded.png
[inviteneeded]: https://raw.githubusercontent.com/Jackett/Jackett/master/.github/label-inviteneeded.png

View file

@ -0,0 +1,147 @@
---
site: RGU
name: RGU
description: "RGU is a Private site for MOVIES / TV / GENERAL"
language: en-us
type: private
encoding: UTF-8
links:
- https://rgu.rgt.life/
caps:
categorymappings:
- {id: 19, cat: Movies/BluRay, desc: "007 Movies"}
- {id: 9, cat: TV/Anime, desc: "ANIME/HD"}
- {id: 1, cat: PC/0day, desc: "Apps"}
- {id: 18, cat: Movies/BluRay, desc: "Dr Who"}
- {id: 5, cat: TV, desc: "TV Episodes"}
- {id: 2, cat: PC/Games, desc: "Games/PC"}
- {id: 11, cat: TV/HD, desc: "TV/HD"}
- {id: 30, cat: Console/PS4, desc: "GAMES/PS4"}
- {id: 7, cat: Console/PSP, desc: "Games/PSP"}
- {id: 17, cat: Movies/BluRay, desc: "Movie Packs"}
- {id: 10, cat: Movies, desc: "Movies X264"}
- {id: 3, cat: Movies/DVD, desc: "Movies/DVDR"}
- {id: 50, cat: Movies/BluRay, desc: "Movies/Bluray-UHD"}
- {id: 31, cat: Movies/BluRay, desc: "MOVIES/COMPLETE-BLURAY"}
- {id: 3, cat: Movies/DVD, desc: "MOVIES/DVDR"}
- {id: 16, cat: TV, desc: "TV Packs"}
- {id: 6, cat: XXX, desc: "MOVIES/XXX"}
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
settings:
- name: username
type: text
label: Username
- name: password
type: password
label: Password
- name: incldead
type: select
label: "Search Torrents that are:"
default: "0"
options:
"0" : "Active"
"1": "Including Dead"
"2": "Only Dead"
- name: onlyfree
type: checkbox
label: Show only Free torrents
default: false
- name: info
type: info
label: Results Per Page
default: For best results, change the 'Torrents per page' setting to 100 on your profile.
login:
path: login.php
method: form
form: form[action="takelogin.php"]
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
submitme: "X"
submitme: "X"
error:
- selector: h2:contains("Login failed!")
message:
selector: td.colhead2
test:
path: browse.php
search:
paths:
- path: browse.php
inputs:
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
search: "{{ .Keywords }}"
searchin: "title"
incldead: "{{ .Config.incldead }}"
"only_free": "{{ if .Config.onlyfree }}1{{else}}0{{end}}"
rows:
selector: tr.browse_color, tr[id^="kdescr"]
after: 1
fields:
category:
selector: td:nth-of-type(1) a
attribute: href
filters:
- name: querystring
args: cat
title:
selector: td:nth-of-type(2) a
attribute: onmouseover
filters:
- name: split
args: [">", "1"]
- name: replace
args: ["</b", ""]
details:
selector: td:nth-of-type(2) > a[onmouseover]
attribute: href
banner:
selector: td:nth-of-type(2) > a[onmouseover]
attribute: onmouseover
filters:
- name: regexp
args: "src=\\\\'(.+?)\\\\'"
- name: replace
args: ["./pic/noposter.png", ""]
download:
selector: td:nth-of-type(3) a
attribute: href
files:
selector: td:nth-of-type(5)
date:
selector: td:nth-of-type(7)
filters:
- name: dateparse
args: "Jan 02 2006 03:04 PM"
size:
selector: td:nth-of-type(8)
grabs:
selector: td:nth-of-type(9)
filters:
- name: regexp
args: "([\\d]+)"
seeders:
selector: td:nth-of-type(10)
leechers:
selector: td:nth-of-type(11)
description:
selector: td[colspan="14"]
filters:
- name: replace
args: ["\n", "<br>\n"]
downloadvolumefactor:
case:
"img[alt=\"Free Torrent\"]": "0"
"*": "1"
uploadvolumefactor:
text: "1"