Skip to content

Commit

Permalink
assorted: add torrentbay proxies (#10224)
Browse files Browse the repository at this point in the history
Also added 3 more results pages to EXT (25 per, now 100 total), and removed 3 from Il Corsaro Nero (40 per, now 120 total).
  • Loading branch information
ilike2burnthing committed Nov 17, 2020
1 parent 56f151b commit 0c56474
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/Jackett.Common/Definitions/demonoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ links:
- https://www.dnoid.to/
- https://www.dnoid.pw/
- https://demonoid.unblockit.app/
- https://demonoid.torrentbay.to/
legacylinks:
- https://demonoid.unblockit.pro/
- https://demonoid.unblockit.one/
Expand Down
6 changes: 5 additions & 1 deletion src/Jackett.Common/Definitions/exttorrents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ encoding: UTF-8
links:
- https://ext.to/
- https://torrent.extto.com/
- https://ext.torrentbay.to/
legacylinks:
- https://ext.unblockninja.com/ # currently redirects to https://ext.to/
- https://ext.unblockninja.com/ # currently redirects to https://ext.torrentbay.to/
- https://t.extto.com/ # redirects to https://torrent.extto.com/

caps:
Expand Down Expand Up @@ -84,6 +85,9 @@ download:
search:
paths:
- path: "{{ if .Keywords }}search/?q={{ .Keywords }}&{{ else }}latest/?{{ end }}order={{ .Config.sort }}&sort={{ .Config.type }}"
- path: "{{ if .Keywords }}search/?q={{ .Keywords }}/2/&{{ else }}latest/2/?{{ end }}order={{ .Config.sort }}&sort={{ .Config.type }}"
- path: "{{ if .Keywords }}search/?q={{ .Keywords }}/3/&{{ else }}latest/3/?{{ end }}order={{ .Config.sort }}&sort={{ .Config.type }}"
- path: "{{ if .Keywords }}search/?q={{ .Keywords }}/4/&{{ else }}latest/4/?{{ end }}order={{ .Config.sort }}&sort={{ .Config.type }}"

rows:
selector: table.table-striped > tbody > tr
Expand Down
6 changes: 2 additions & 4 deletions src/Jackett.Common/Definitions/ilcorsaronero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ links:
- https://ilcorsaronero.link/
- https://ilcorsaronero.fun/
- https://ilcorsaronero.pro/
- https://ilcorsaronero.torrentbay.to/
legacylinks:
- https://ilcorsaronero.live/
- https://ilcorsaronero.vip/
Expand All @@ -22,7 +23,7 @@ legacylinks:
- https://ilcorsaronero.unblockit.one/
- https://ilcorsaronero.xyz/
- https://ilcorsaronero.unblockit.me/
- https://ilcorsaronero.unblockit.pw/ # not working, likely to be removed soon
- https://ilcorsaronero.unblockit.pw/

caps:
categorymappings:
Expand Down Expand Up @@ -60,9 +61,6 @@ search:
- path: "{{ if .Keywords }}advsearch.php?&category={{ range .Categories }}{{.}};{{end}}&search={{ .Keywords }}&order=data&by=DESC&page=0{{ else }}/browse/0{{ end }}"
- path: "{{ if .Keywords }}advsearch.php?&category={{ range .Categories }}{{.}};{{end}}&search={{ .Keywords }}&order=data&by=DESC&page=1{{ else }}/browse/1{{ end }}"
- path: "{{ if .Keywords }}advsearch.php?&category={{ range .Categories }}{{.}};{{end}}&search={{ .Keywords }}&order=data&by=DESC&page=2{{ else }}/browse/2{{ end }}"
- path: "{{ if .Keywords }}advsearch.php?&category={{ range .Categories }}{{.}};{{end}}&search={{ .Keywords }}&order=data&by=DESC&page=3{{ else }}/browse/3{{ end }}"
- path: "{{ if .Keywords }}advsearch.php?&category={{ range .Categories }}{{.}};{{end}}&search={{ .Keywords }}&order=data&by=DESC&page=4{{ else }}/browse/4{{ end }}"
- path: "{{ if .Keywords }}advsearch.php?&category={{ range .Categories }}{{.}};{{end}}&search={{ .Keywords }}&order=data&by=DESC&page=5{{ else }}/browse/5{{ end }}"
keywordsfilters:
- name: re_replace # S01 to 1
args: ["(?i)\\bS0*(\\d+)\\b", "$1"]
Expand Down

0 comments on commit 0c56474

Please sign in to comment.