-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jackett indexers as of f830211d0e603d1b03021b42fcac11bac99bcca2 [2024…
…-10-15T15:14:23Z] [backports skipped - TODO]
- Loading branch information
1 parent
0185941
commit 52b5ccc
Showing
33 changed files
with
272 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,168 @@ | ||
--- | ||
id: ilcorsaronero | ||
name: Il Corsaro Nero | ||
description: "Il Corsaro Nero is an ITALIAN Public site for TV / MOVIES / GENERAL" | ||
language: it-IT | ||
type: public | ||
encoding: Windows-1252 | ||
requestDelay: 2 | ||
links: | ||
- https://ilcorsaronero.link/ | ||
- https://ilcorsaronero.torrentbay.st/ | ||
legacylinks: | ||
- https://ilcorsaronero.live/ | ||
- https://ilcorsaronero.vip/ | ||
- https://ilcorsaronero.info/ | ||
- https://ilcorsaronero.ch/ | ||
- https://ilcorsaronero.cc/ | ||
- https://ilcorsaronero.pizza/ | ||
- https://ilcorsaronero.pw/ | ||
- https://ilcorsaronero.xyz/ | ||
- https://ilcorsaronero.torrentbay.to/ | ||
- https://ilcorsaronero.fun/ | ||
- https://ilcorsaronero.pro/ | ||
- https://ilcorsaronero.torrentbay.net/ | ||
- https://ilcorsaronero.mrunblock.bond/ | ||
- https://ilcorsaronero.nocensor.cloud/ | ||
|
||
caps: | ||
categorymappings: | ||
- {id: 1, cat: Movies/HD, desc: "Movies BDRiP", default: true} | ||
- {id: 2, cat: Audio, desc: "Music", default: true} | ||
- {id: 3, cat: PC/Games, desc: "Games PC", default: true} | ||
- {id: 4, cat: Other, desc: "Other", default: true} | ||
- {id: 5, cat: TV/Anime, desc: "Anime", default: true} | ||
- {id: 6, cat: Books/EBook, desc: "Ebooks", default: true} | ||
- {id: 7, cat: PC/0day, desc: "App Windows", default: true} | ||
- {id: 8, cat: PC, desc: "App Linux", default: true} | ||
- {id: 9, cat: PC/Mac, desc: "App Mac", default: true} | ||
- {id: 13, cat: Console/PSP, desc: "Games Playstation", default: true} | ||
- {id: 14, cat: Console/XBox, desc: "Games Xbox", default: true} | ||
- {id: 15, cat: TV, desc: "TV Series", default: true} | ||
- {id: 16, cat: Other, desc: "Other", default: true} | ||
- {id: 18, cat: Audio/Audiobook, desc: "Audio Book", default: true} | ||
- {id: 19, cat: Movies/SD, desc: "Movies Screener", default: true} | ||
- {id: 20, cat: Movies/DVD, desc: "Movies DVD", default: true} | ||
|
||
modes: | ||
search: [q] | ||
tv-search: [q, season, ep] | ||
movie-search: [q] | ||
music-search: [q] | ||
book-search: [q] | ||
|
||
settings: | ||
- name: itorrents-links | ||
type: checkbox | ||
label: Add download links via itorrents.org | ||
|
||
search: | ||
paths: | ||
- 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 }}" | ||
|
||
rows: | ||
selector: "tr.odd,tr.odd2" | ||
filters: | ||
- name: andmatch | ||
|
||
fields: | ||
category: | ||
selector: td:nth-child(1) a | ||
attribute: href | ||
filters: | ||
- name: split | ||
args: ["/", -1] | ||
title: | ||
selector: td:nth-child(2) a.tab | ||
attribute: href | ||
filters: | ||
- name: split | ||
args: ["/", -1] | ||
- name: replace # replace underscore with " " (space) | ||
args: ["_", " "] | ||
- name: re_replace # replace multiple spaces | ||
args: ["[ ]{2,}", " "] | ||
# normalize to SXXEYY format | ||
- name: re_replace # S01 E01 to S01E01 | ||
args: ["(?i)\\bS(\\d+)\\sE(\\d+)\\b", "S$1E$2"] | ||
- name: re_replace # 01x01 to S01E01 | ||
args: ["(?i)(\\d{2})x(\\d+)", "S$1E$2"] | ||
- name: re_replace # 1x01 to S01E01 | ||
args: ["(?i)\\b(\\d{1})x(\\d+)", "S0$1E$2"] | ||
- name: re_replace # Stagione X --> S0X | ||
args: ["(?i)\\bStagion[ei]\\s?(\\d{1})\\b|\\bSeason'?s?\\s?(\\d{1})\\b", "S0$1$2"] | ||
- name: re_replace # Stagione XX --> SXX | ||
args: ["(?i)\\bStagion[ei]\\s?(\\d{2,})\\b|\\bSeason'?s?\\s?(\\d{2,})\\b", "S$1$2"] | ||
- name: re_replace # Episodio 4 to E4 | ||
args: ["(?i)\\b(?:[\\/\\|]?Episodio\\s?(\\d+)|Puntata\\s?(\\d+))", "E$1$2"] | ||
- name: re_replace # Episodi 4 5 to E04-05 | ||
args: ["(?i)\\b(?:Puntate\\s*)(\\d+)\\s?(\\d+)", "E0$1-0$2"] | ||
- name: re_replace # rimozioni varie | ||
args: ["(?i)(Serie completa|Completat?a?|in pausa)", ""] | ||
# cleanup for Sonarr | ||
- name: re_replace # EP 3 4 to E3-4 | ||
args: ["(?i)\\sEP\\s(\\d{1,2})\\s(E?\\s?\\d{1,2})\\s", " E$1-$2 "] | ||
- name: re_replace # S02E04 05 to S02E04-05 | ||
args: ["(?i)\\sS(\\d{1,2})\\s?E\\s?(\\d{1,2})\\s(E?\\s?\\d{1,2})\\s", " S$1E$2-$3 "] | ||
- name: re_replace | ||
args: ["(?i)AC3\\s?(\\d)\\s(\\d)", "AC3 $1.$2"] | ||
- name: re_replace | ||
args: ["(?i) DD\\s?(\\d)\\s(\\d)", " DD $1.$2"] | ||
- name: re_replace | ||
args: ["(?i) DDP\\s?(\\d)\\s(\\d)", " DDP $1.$2"] | ||
- name: re_replace | ||
args: ["(?i)\\sE\\s?AC3", " EAC3"] | ||
- name: re_replace | ||
args: ["(?i)WEB\\sDL", "WEB-DL"] | ||
- name: re_replace | ||
args: ["(?i)HDTVRIP", "HDTV"] | ||
description: | ||
selector: td:nth-child(1) a | ||
attribute: href | ||
filters: | ||
- name: split | ||
args: ["/", -1] | ||
- name: prepend | ||
args: "cat=" | ||
details: | ||
selector: td:nth-child(4) a | ||
attribute: href | ||
download_itorrents: | ||
selector: input.downarrow | ||
attribute: value | ||
filters: | ||
- name: prepend | ||
args: "http://itorrents.org/torrent/" | ||
- name: append | ||
args: ".torrent" | ||
download: | ||
text: "{{ if .Config.itorrents-links }}{{ .Result.download_itorrents }}{{ else }}{{ end }}" | ||
infohash: | ||
selector: input.downarrow | ||
attribute: value | ||
size: | ||
selector: td:nth-child(3) font | ||
date: | ||
selector: td:nth-child(5) font | ||
filters: | ||
- name: append | ||
args: " +01:00" # CET | ||
- name: dateparse | ||
args: "dd.MM.yy zzz" | ||
seeders: | ||
selector: td:nth-child(6) font | ||
filters: | ||
- name: replace | ||
args: ["n/a", "0"] | ||
leechers: | ||
selector: td:nth-child(7) font | ||
filters: | ||
- name: replace | ||
args: ["n/a", "0"] | ||
downloadvolumefactor: | ||
text: 0 | ||
uploadvolumefactor: | ||
text: 1 | ||
# engine n/a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
id: myporno | ||
name: Myporno | ||
description: "Myporno is a RUSSIAN Public tracker for 3X" | ||
language: ru-RU | ||
type: public | ||
encoding: UTF-8 | ||
links: | ||
- https://myporno.top/ | ||
|
||
caps: | ||
categorymappings: | ||
- {id: XXX, cat: XXX, desc: XXX} | ||
|
||
modes: | ||
search: [q] | ||
|
||
settings: [] | ||
|
||
download: | ||
selectors: | ||
- selector: div#download > a[href^="magnet:"] | ||
attribute: href | ||
- selector: div#download > a[href$=".torrent"] | ||
attribute: href | ||
|
||
search: | ||
paths: | ||
# https://myporno.top//index.php?do=search&subaction=search&story=blonde&submit=search+by+name | ||
- path: index.php | ||
inputs: | ||
do: search | ||
subaction: search | ||
story: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}" | ||
submit: "search by name" | ||
|
||
rows: | ||
selector: tr.gai | ||
|
||
fields: | ||
category: | ||
text: XXX | ||
title: | ||
selector: td:nth-child(2) > a:last-of-type | ||
details: | ||
selector: td:nth-child(2) > a:last-of-type | ||
attribute: href | ||
download: | ||
selector: td:nth-child(2) > a:last-of-type | ||
attribute: href | ||
date: | ||
selector: td:first-child | ||
filters: | ||
- name: regexp | ||
args: "(\\d{1,2}-\\d{2}-\\d{4})" | ||
- name: append | ||
args: " +03:00" # MSK | ||
- name: dateparse | ||
args: "d-MM-yyyy zzz" | ||
size: | ||
selector: td:nth-child(3) | ||
seeders: | ||
text: 1 | ||
leechers: | ||
text: 1 | ||
downloadvolumefactor: | ||
text: 0 | ||
uploadvolumefactor: | ||
text: 1 | ||
# engine n/a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.