Skip to content

Commit

Permalink
jackett indexers as of 71b138e36fab4beaf9068285f2d9e0f5ecafbaea [2024…
Browse files Browse the repository at this point in the history
…-12-05T06:28:25Z]
  • Loading branch information
bakerboy448 committed Dec 5, 2024
1 parent ab4e429 commit b7360cf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion definitions/v10/hdclone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ol><li>Veteran User and above will be retained forever</li><li>Elite User and above will not have their account deleted after parking (in the control panel)</li><li> Users with a parked account will be deleted if they do not log in for 80 consecutive days</li><li>Users with a non-parked account will be deleted if they do not log in for 60 consecutive days</li><li>Users who have no traffic (i.e. upload/download data are both 0) will be deleted if they do not log in for 10 consecutive days.</li></ol>"
default: "Account retention rules:<ol><li>Veteran User and above will be retained forever</li><li>Elite User and above will not have their account deleted after parking (in the control panel)</li><li>Users with a non-parked account will be deleted if they do not log in for 150 consecutive days</li><li>Users who have no traffic (i.e. upload/download data are both 0) will be deleted if they do not log in for 100 consecutive days.</li></ol>"

login:
path: login.php
Expand Down
4 changes: 2 additions & 2 deletions definitions/v10/hhd-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ search:
selector: created_at
filters:
- name: append
args: " +00:00" # GMT
args: " -10:00" # HAST
- name: dateparse
args: "MM/dd/yyyy HH:mm:ss zzz"
size:
Expand Down Expand Up @@ -178,4 +178,4 @@ search:
minimumseedtime:
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 8.3.3
# json UNIT3D 8.3.4
4 changes: 2 additions & 2 deletions definitions/v10/rudub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ type: semi-private
encoding: windows-1251
followredirect: true
links:
- https://04december.rudub.online/
- https://05december.rudub.online/
legacylinks:
- https://04november.rudub.online/
- https://05november.rudub.online/
- https://06november.rudub.online/
- https://07november.rudub.online/
Expand Down Expand Up @@ -41,6 +40,7 @@ legacylinks:
- https://01december.rudub.online/
- https://02december.rudub.online/
- https://03december.rudub.online/
- https://04december.rudub.online/

caps:
categorymappings:
Expand Down
2 changes: 1 addition & 1 deletion definitions/v10/shareisland-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ search:
selector: created_at
filters:
- name: append
args: " +02:00" # EET
args: " +01:00" # CET
- name: dateparse
args: "MM/dd/yyyy HH:mm:ss zzz"
size:
Expand Down
9 changes: 6 additions & 3 deletions definitions/v10/yoinked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@ links:

caps:
categorymappings:
- {id: 3, cat: Audio, desc: "Music"}
- {id: 1, cat: Movies, desc: "Movies"}
- {id: 1, cat: Movies, desc: "Movie"}
- {id: 2, cat: TV, desc: "TV"}
- {id: 3, cat: Audio, desc: "Music"}
- {id: 4, cat: Books, desc: "Book"}
- {id: 5, cat: Audio/Audiobook, desc: "AudioBook"}

modes:
search: [q]
tv-search: [q, season, ep, imdbid, tvdbid, tmdbid]
movie-search: [q, imdbid, tmdbid]
music-search: [q]
book-search: [q]

settings:
- name: apikey
Expand Down Expand Up @@ -149,7 +152,7 @@ search:
selector: created_at
filters:
- name: append
args: " -03:00" # BRT
args: " +00:00" # GMT
- name: dateparse
args: "MM/dd/yyyy HH:mm:ss zzz"
size:
Expand Down

0 comments on commit b7360cf

Please sign in to comment.