Skip to content

Commit

Permalink
jackett indexers as of 3a4b4d4c0e678360a379ecd72f6dfda4da73e2ec
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Jan 14, 2024
1 parent 7744444 commit 13e9d7f
Show file tree
Hide file tree
Showing 15 changed files with 192 additions and 183 deletions.
2 changes: 1 addition & 1 deletion definitions/v7/aither-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ search:
minimumseedtime:
# 5 days (as seconds = 3 x 24 x 60 x 60)
text: 432000
# json UNIT3D 7.1.2
# json UNIT3D 7.2.1
143 changes: 0 additions & 143 deletions definitions/v7/hdchina.yml

This file was deleted.

2 changes: 1 addition & 1 deletion definitions/v7/reelflix-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ search:
True: 2 # double
minimumratio:
text: 1.0
# json UNIT3D 7.1.3
# json UNIT3D 7.2.2
2 changes: 1 addition & 1 deletion definitions/v7/shareisland-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,4 @@ search:
minimumseedtime:
# 6 day (as seconds = 6 x 24 x 60 x 60)
text: 518400
# json UNIT3D 7.0.3 (custom)
# json UNIT3D 7.2.0 (custom)
2 changes: 1 addition & 1 deletion definitions/v7/skipthecommercials-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ search:
minimumseedtime:
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 7.0.3
# json UNIT3D 7.2.0
2 changes: 1 addition & 1 deletion definitions/v9/aither-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ search:
minimumseedtime:
# 5 days (as seconds = 3 x 24 x 60 x 60)
text: 432000
# json UNIT3D 7.1.2
# json UNIT3D 7.2.1
2 changes: 1 addition & 1 deletion definitions/v9/fearnopeer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ search:
# Maintain global ratio above 0.5 or downloads will get disabled. No MST.
minimumratio:
text: 0.51
# json UNIT3D 7.1.2
# json UNIT3D 7.2.1
2 changes: 1 addition & 1 deletion definitions/v9/hdtorrentsit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ search:
False: 1 # normal
True: 2 # double
# as a pay site there is no MR or MST
# json UNIT3D 7.1.3
# json UNIT3D 7.2.1
35 changes: 7 additions & 28 deletions definitions/v9/hdvideo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,13 @@ caps:
music-search: [q]

settings:
- name: username
- name: cookie
type: text
label: Username
- name: password
type: password
label: Password
- name: 2facode
type: text
label: 2FA code
- name: info_2fa
label: Cookie
- name: info
type: info
label: "About 2FA code"
default: "Only fill in the <b>2FA code</b> box if you have enabled <b>2FA</b> on the HDVIDEO Web Site. Otherwise just leave it empty."
label: How to get the Cookie
default: "<ol><li>Login to this tracker with your browser</li><li>Open the <b>DevTools</b> panel by pressing <b>F12</b></li><li>Select the <b>Network</b> tab</li><li>Click on the <b>Doc</b> button (Chrome Browser) or <b>HTML</b> button (FireFox)</li><li>Refresh the page by pressing <b>F5</b></li><li>Click on the first row entry</li><li>Select the <b>Headers</b> tab on the Right panel</li><li>Find <b>'cookie:'</b> in the <b>Request Headers</b> section</li><li><b>Select</b> and <b>Copy</b> the whole cookie string <i>(everything after 'cookie: ')</i> and <b>Paste</b> here.</li></ol>"
- name: freeleech
type: checkbox
label: Search freeleech only
Expand All @@ -65,24 +59,9 @@ settings:
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.

login:
path: login.php
method: form
form: form[action="takelogin.php"]
captcha:
type: image
selector: img[alt="CAPTCHA"]
input: imagestring
method: cookie
inputs:
secret: ""
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
two_step_code: "{{ .Config.2facode }}"
logout: ""
securelogin: ""
ssl: yes
trackerssl: yes
error:
- selector: td.embedded:has(h2:contains("失败"))
cookie: "{{ .Config.cookie }}"
test:
path: index.php
selector: a[href="logout.php"]
Expand Down
2 changes: 1 addition & 1 deletion definitions/v9/lastdigitalunderground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ search:
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 7.1.3
# json UNIT3D 7.2.0
Loading

0 comments on commit 13e9d7f

Please sign in to comment.