Skip to content

Commit

Permalink
jackett indexers as of 6d1afb86542490f2c8ffa3663075e00c3461e19a
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Aug 19, 2023
1 parent 7d0b220 commit 88d6cf2
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 381 deletions.
1 change: 0 additions & 1 deletion definitions/v7/1337x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description: "1337X is a Public torrent site that offers verified torrent downlo
language: en-US
type: public
encoding: UTF-8
followredirect: true
requestDelay: 2
links:
- https://1337x.to/
Expand Down
1 change: 1 addition & 0 deletions definitions/v7/exttorrents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ search:
paths:
- path: "{{ if .Keywords }}search/{{ .Keywords }}/?order={{ .Config.sort }}&sort={{ .Config.type }}{{ else }}latest/{{ end }}"
- path: "{{ if .Keywords }}search/{{ .Keywords }}/2/?order={{ .Config.sort }}&sort={{ .Config.type }}{{ else }}latest/2/{{ end }}"
followredirect: true

keywordsfilters:
- name: tolower
Expand Down
4 changes: 2 additions & 2 deletions definitions/v7/nordichd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ language: en-US
type: private
encoding: UTF-8
links:
- http://nordichd.org/
- https://nordichd.org/
legacylinks:
- https://nordichd.org/ # ERR_CONNECTION_TIMED_OUT
- http://nordichd.org/

caps:
categorymappings:
Expand Down
261 changes: 0 additions & 261 deletions definitions/v7/spidertk.yml

This file was deleted.

5 changes: 1 addition & 4 deletions definitions/v7/thorsland.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ download:
to: give
torrent: "{{ .DownloadUri.Query.id }}"
selectors:
- selector: a[href^="download?id="]
- selector: a[href^="download?id="], a[href^="magnet:?xt="]
attribute: href

search:
Expand Down Expand Up @@ -272,9 +272,6 @@ search:
download:
selector: a[href^="/torrents-details?id="]
attribute: href
magnet:
selector: a[href^="magnet:?xt="]
attribute: href
poster:
selector: img[src^="uploads/images/"]
attribute: src
Expand Down
4 changes: 2 additions & 2 deletions definitions/v7/torrentqq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ type: public
encoding: UTF-8
followredirect: true
links:
- https://torrentqq269.com/
- https://torrentqq270.com/
legacylinks:
- https://torrentqq254.com/
- https://torrentqq255.com/
- https://torrentqq256.com/
- https://torrentqq257.com/
Expand All @@ -24,6 +23,7 @@ legacylinks:
- https://torrentqq266.com/
- https://torrentqq267.com/
- https://torrentqq268.com/
- https://torrentqq269.com/

caps:
categorymappings:
Expand Down
6 changes: 3 additions & 3 deletions definitions/v7/torrentsir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ type: public
encoding: UTF-8
followredirect: true
links:
- https://torrentsir114.com/
- https://torrentsir115.com/
legacylinks:
- http://torrentsir95.com/
- https://torrentsir95.com/
- http://torrentsir96.com/
- https://torrentsir96.com/
- http://torrentsir100.com/
Expand Down Expand Up @@ -40,6 +38,8 @@ legacylinks:
- http://torrentsir113.com/
- https://torrentsir113.com/
- http://torrentsir114.com/
- https://torrentsir114.com/
- http://torrentsir115.com/

caps:
categorymappings:
Expand Down
28 changes: 3 additions & 25 deletions definitions/v7/yggcookie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,34 +370,12 @@ search:
selector: td:nth-child(2) > a
attribute: href
category:
selector: ":nth-child(1) > div.hidden"
selector: td:nth-child(1) > div.hidden
download:
text: "{{ .Config.sitelink }}engine/download_torrent?id={{ .Result._id }}"
date:
selector: td:nth-child(5)
filters:
- name: replace
args: ["il y a ", ""]
- name: replace
args: [" jours", " days"]
- name: replace
args: [" jour", " day"]
- name: replace
args: [" heures", " hours"]
- name: replace
args: [" heure", " hour"]
- name: replace
args: [" semaines", " weeks"]
- name: replace
args: [" semaine", " week"]
- name: replace
args: [" mois", " month"]
- name: replace
args: [" ans", " years"]
- name: replace
args: [" an", " year"]
- name: append
args: " ago"
# unix
selector: td:nth-child(5) > div.hidden
size:
selector: td:nth-child(6)
filters:
Expand Down
Loading

0 comments on commit 88d6cf2

Please sign in to comment.