Skip to content

Commit

Permalink
jackett indexers as of 251a890ca0bf7b31e32ffbffdbdf3e9138156ac5
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerboy448 committed Jun 11, 2024
1 parent faee039 commit 09cf7f2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
29 changes: 26 additions & 3 deletions definitions/v9/gktorrent.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
id: gktorrent
name: GkTorrent
description: "GkTorrent is a French Public site for TV / MOVIES / GENERAL"
description: "GkTorrent is a French Semi-Private site for TV / MOVIES / GENERAL"
language: fr-FR
type: public
type: semi-private
encoding: UTF-8
followredirect: true
# to fetch current domain use https://www.protege-torrent.com/Gktorrent
links:
- https://www.gktorrent.pm/
- https://www.gktorrent.tw/
legacylinks:
- https://www.rantop.org/
- https://www.torrent.ws/
Expand All @@ -27,6 +27,7 @@ legacylinks:
- https://www.gktorrent.sh/
- https://www.gktorrent.eu/
- https://www.gktorrent.xyz/
- https://www.gktorrent.pm/

caps:
categorymappings:
Expand Down Expand Up @@ -54,6 +55,12 @@ caps:
allowrawsearch: true

settings:
- name: username
type: text
label: Username
- name: password
type: password
label: Password
- name: multilang
type: checkbox
label: Replace MULTi by another language in release name
Expand All @@ -74,6 +81,22 @@ settings:
label: Replace VOSTFR and SUBFRENCH with ENGLISH
default: false

login:
path: login
method: form
form: form#formLogin
inputs:
user: "{{ .Config.username }}"
pass: "{{ .Config.password }}"
submit: submit
error:
- selector: :root:contains("Pseudo ou Mot de passe erron")
message:
text: "Pseudo ou Mot de passe erroné"
test:
path: /
selector: a[href="/index.php?page=logout"]

download:
selectors:
- selector: a[href^="magnet:?"]
Expand Down
4 changes: 2 additions & 2 deletions definitions/v9/rudub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ type: semi-private
encoding: windows-1251
followredirect: true
links:
- https://10june.rudub.online/
- https://11june.rudub.online/
legacylinks:
- https://rudub.online/
- https://11may.rudub.online/
- https://12may.rudub.online/
- https://13may.rudub.online/
- https://14may.rudub.online/
Expand Down Expand Up @@ -40,6 +39,7 @@ legacylinks:
- https://07june.rudub.online/
- https://08june.rudub.online/
- https://09june.rudub.online/
- https://10june.rudub.online/

caps:
categorymappings:
Expand Down
2 changes: 1 addition & 1 deletion definitions/v9/unionfansub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ login:
quick_username: "{{ .Config.username }}"
quick_password: "{{ .Config.password }}"
action: do_login
url: "https://torrent.unionfansub.com/"
url: "{{ .Config.sitelink }}"
quick_login: 1
quick_remember: yes
error:
Expand Down

0 comments on commit 09cf7f2

Please sign in to comment.