mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-13 15:34:07 +02:00
Compare commits
32 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
29b560ef7b | ||
![]() |
70ec9e67c7 | ||
![]() |
79ff6598b9 | ||
![]() |
3118fd3438 | ||
![]() |
7baded616d | ||
![]() |
5d9067c31b | ||
![]() |
b2e5930741 | ||
![]() |
9c781bfb9d | ||
![]() |
c24975059b | ||
![]() |
504715b81f | ||
![]() |
ac8c216c1e | ||
![]() |
d49f46fcc3 | ||
![]() |
d9b27c50bd | ||
![]() |
b7ebb2b7af | ||
![]() |
15f5dcf39f | ||
![]() |
065a408fff | ||
![]() |
9c510bf7ce | ||
![]() |
e5aebbacdf | ||
![]() |
508c028a9b | ||
![]() |
74c966f496 | ||
![]() |
a62117c7e2 | ||
![]() |
1c00a90832 | ||
![]() |
bb9cf12ba6 | ||
![]() |
a6dbacc9cb | ||
![]() |
453baf59b8 | ||
![]() |
208c556bb3 | ||
![]() |
fddf016cee | ||
![]() |
91103feba4 | ||
![]() |
d52a12487e | ||
![]() |
c6edf7bf8d | ||
![]() |
bf44b2ea1b | ||
![]() |
26b661de84 |
@@ -341,7 +341,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
||||
* ExtremeTorrents
|
||||
* Falkon Vision Team
|
||||
* FANO.IN [![(invite needed)][inviteneeded]](#)
|
||||
* Fantastic Heaven
|
||||
* Fantastiko
|
||||
* Fappaizuri
|
||||
* FastScene
|
||||
@@ -355,6 +354,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
||||
* FunkyTorrents (FT)
|
||||
* Fuzer (FZ)
|
||||
* GainBound [![(invite needed)][inviteneeded]](#)
|
||||
* Gamera (駕瞑羅)
|
||||
* Gay-Torrents.org
|
||||
* GAYtorrent.ru
|
||||
* GazelleGames (GGn)
|
||||
@@ -583,6 +583,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
||||
* TorrentSeeds (TS)
|
||||
* TotallyKids (TK)
|
||||
* ToTheGlory (TTG) [![(invite needed)][inviteneeded]](#)
|
||||
* TrackerMK
|
||||
* TranceTraffic
|
||||
* TreZzoR [![(invite needed)][inviteneeded]](#)
|
||||
* TurkSeed
|
||||
@@ -600,6 +601,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
||||
* Uploads
|
||||
* UTOPIA
|
||||
* White Angel
|
||||
* WinterSakura
|
||||
* World-In-HD [![(invite needed)][inviteneeded]](#)
|
||||
* World-of-Tomorrow
|
||||
* Wukong
|
||||
|
@@ -141,6 +141,14 @@ search:
|
||||
download:
|
||||
selector: a[href^="download.php?id="]
|
||||
attribute: href
|
||||
imdbid:
|
||||
# site currently only has a badge and rating, the id is not present. just in case a future update.
|
||||
selector: a[href*="imdb.com/title/tt"]
|
||||
attribute: href
|
||||
doubanid:
|
||||
# site currently only has a badge and rating, the id is not present. just in case a future update.
|
||||
selector: a[href*="movie.douban.com/subject/"]
|
||||
attribute: href
|
||||
date_elapsed:
|
||||
# time type: time elapsed (default)
|
||||
selector: td.rowfollow:nth-child(4) > span[title]
|
||||
@@ -189,4 +197,4 @@ search:
|
||||
description:
|
||||
selector: td.rowfollow:nth-child(2)
|
||||
remove: a, b, font, img, span
|
||||
# NexusPHP v1.6.0-beta12 2020-06-23
|
||||
# NexusPHP v1.8.5 2023-07-29
|
||||
|
@@ -39,7 +39,7 @@ caps:
|
||||
- {id: 20, cat: Other, desc: "Képek"}
|
||||
- {id: 21, cat: PC/Mobile-Other, desc: "Mobil"}
|
||||
# Program
|
||||
- {id: 22, cat: PC/0day, desc: "Win/Program/ISO"}
|
||||
- {id: 54, cat: PC/0day, desc: "Win/Program/ISO"}
|
||||
- {id: 23, cat: PC/0day, desc: "Win/Program/Rip"}
|
||||
# Felnőtt tartalom
|
||||
- {id: 9, cat: XXX, desc: "XXX/Film"}
|
||||
|
@@ -6,6 +6,8 @@ language: zh-CN
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://ptchdbits.co/
|
||||
legacylinks:
|
||||
- https://chdbits.co/
|
||||
|
||||
caps:
|
||||
|
@@ -75,6 +75,10 @@ settings:
|
||||
type: checkbox
|
||||
label: Search P2P releases only
|
||||
default: false
|
||||
- name: unrar_releases_only
|
||||
type: checkbox
|
||||
label: Search UNRAR releases only
|
||||
default: false
|
||||
- name: sort
|
||||
type: select
|
||||
label: Sort requested from site
|
||||
@@ -119,6 +123,7 @@ search:
|
||||
section: all
|
||||
sort: "{{ .Config.sort }}"
|
||||
stereoscopic: false
|
||||
unrar: "{{ if .Config.unrar_releases_only }}true{{ else }}{{ end }}"
|
||||
watchview: false
|
||||
|
||||
rows:
|
||||
@@ -212,6 +217,12 @@ search:
|
||||
case:
|
||||
0: ""
|
||||
1: P2P
|
||||
_unrartag:
|
||||
selector: unrar
|
||||
case:
|
||||
0: ""
|
||||
1: UNRAR
|
||||
optional: true
|
||||
_packtag:
|
||||
selector: pack
|
||||
case:
|
||||
@@ -224,7 +235,7 @@ search:
|
||||
"*": Request
|
||||
_tag_desc:
|
||||
optional: true
|
||||
text: "{{ if .Result._p2ptag }}{{ .Result._p2ptag }}, {{ else }}{{ end }}{{ if .Result._packtag }}{{ .Result._packtag }}, {{ else }}{{ end }}{{ if .Result._reqidtag }}{{ .Result._reqidtag }}{{ else }}{{ end }}"
|
||||
text: "{{ if .Result._p2ptag }}{{ .Result._p2ptag }}, {{ else }}{{ end }}{{ if .Result._unrartag }}{{ .Result._unrartag }}, {{ else }}{{ end }}{{ if .Result._packtag }}{{ .Result._packtag }}, {{ else }}{{ end }}{{ if .Result._reqidtag }}{{ .Result._reqidtag }}{{ else }}{{ end }}"
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "(.+?), $"
|
||||
|
@@ -1,181 +0,0 @@
|
||||
---
|
||||
id: fantasticheaven
|
||||
name: Fantastic Heaven
|
||||
description: "Fantastic Heaven is a German Time based tracker"
|
||||
language: de-DE
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://fantastic-heaven.eu/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: 157, cat: TV/Documentary, desc: "Doku 1080p"}
|
||||
- {id: 156, cat: TV/Documentary, desc: "Doku 720p"}
|
||||
- {id: 155, cat: TV/Documentary, desc: "Doku SD x264/x265"}
|
||||
- {id: 152, cat: Books, desc: "E-Books"}
|
||||
- {id: 141, cat: Movies/HD, desc: "Filme HD 1080p"}
|
||||
- {id: 154, cat: Movies/HD, desc: "Filme HD 720p"}
|
||||
- {id: 139, cat: Movies/HD, desc: "Filme Packs HD 1080p"}
|
||||
- {id: 106, cat: Movies/HD, desc: "Filme Packs HD 720p"}
|
||||
- {id: 105, cat: Movies/SD, desc: "Filme Packs SD x264/x265"}
|
||||
- {id: 119, cat: Movies/UHD, desc: "Filme Packs UHD 2160p"}
|
||||
- {id: 153, cat: Movies/SD, desc: "Filme SD x264/x265"}
|
||||
- {id: 140, cat: Movies/UHD, desc: "Filme UHD 2160p"}
|
||||
- {id: 104, cat: Movies/HD, desc: "Filmklassiker HD 1080p"}
|
||||
- {id: 103, cat: Movies/HD, desc: "Filmklassiker HD 720p"}
|
||||
- {id: 124, cat: Movies/HD, desc: "Filmklassiker Packs HD 1080p"}
|
||||
- {id: 121, cat: Movies/HD, desc: "Filmklassiker Packs HD 720p"}
|
||||
- {id: 123, cat: Movies/UHD, desc: "Filmklassiker Packs UHD 2160p"}
|
||||
- {id: 127, cat: Movies/SD, desc: "Filmklassiker Packs x264/x265"}
|
||||
- {id: 102, cat: Movies/SD, desc: "Filmklassiker SD x264/x265"}
|
||||
- {id: 135, cat: Movies/UHD, desc: "Filmklassiker UHD 2160p"}
|
||||
- {id: 118, cat: Audio/Audiobook, desc: "Hörbücher"}
|
||||
- {id: 109, cat: Audio/Lossless, desc: "Musik Flac"}
|
||||
- {id: 129, cat: Audio/MP3, desc: "Musik MP3"}
|
||||
- {id: 111, cat: Audio/Lossless, desc: "Musik Packs Flac"}
|
||||
- {id: 112, cat: Audio/MP3, desc: "Musik Packs MP3"}
|
||||
- {id: 113, cat: TV/HD, desc: "Serie HD 1080p"}
|
||||
- {id: 125, cat: TV/HD, desc: "Serie HD 720p"}
|
||||
- {id: 115, cat: TV/Foreign, desc: "Serie International"}
|
||||
- {id: 138, cat: TV/HD, desc: "Serie Packs HD 1080p"}
|
||||
- {id: 116, cat: TV/HD, desc: "Serie Packs HD 720p"}
|
||||
- {id: 144, cat: TV/Foreign, desc: "Serie Packs International"}
|
||||
- {id: 137, cat: TV/SD, desc: "Serie Packs SD x264/x265"}
|
||||
- {id: 143, cat: TV/UHD, desc: "Serie Packs UHD 2160p"}
|
||||
- {id: 133, cat: TV/SD, desc: "Serie SD x264/x265"}
|
||||
- {id: 114, cat: TV/UHD, desc: "Serie UHD 2160p"}
|
||||
- {id: 150, cat: PC/0day, desc: "Windows Apps"}
|
||||
- {id: 149, cat: PC/Games, desc: "Windows Spiele"}
|
||||
- {id: 147, cat: XXX/x264, desc: "XXX HD 1080p"}
|
||||
- {id: 146, cat: XXX/x264, desc: "XXX HD 720p"}
|
||||
- {id: 148, cat: XXX/Pack, desc: "XXX Packs"}
|
||||
- {id: 69, cat: XXX/SD, desc: "XXX SD x264/x265"}
|
||||
- {id: 151, cat: Books/Mags, desc: "Zeitschriften"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
music-search: [q]
|
||||
book-search: [q]
|
||||
|
||||
settings:
|
||||
- name: username
|
||||
type: text
|
||||
label: Username
|
||||
- name: password
|
||||
type: password
|
||||
label: Password
|
||||
- name: pin
|
||||
type: text
|
||||
label: Pin
|
||||
- name: freeleech
|
||||
type: checkbox
|
||||
label: Filter FreeLeech only
|
||||
default: false
|
||||
- name: onlyupload
|
||||
type: checkbox
|
||||
label: Filter OnlyUpload only
|
||||
default: false
|
||||
- name: info_free
|
||||
type: info
|
||||
label: About Freeleech and OnlyUpload at Fantastic Heaven
|
||||
default: "<ul><li>FreeLeech are torrents where neither the download or upload is counted. (On the Jackett dashboard search results these are tagged as NoUpload).</li><li>OnlyUpload are torrents where download is not counted but upload is. Good for building your Ratio up. (On the Jackett dashboard search results these are tagged as Freeleech).</li></ul>"
|
||||
- name: sort
|
||||
type: select
|
||||
label: Sort requested from site
|
||||
default: added
|
||||
options:
|
||||
added: created
|
||||
seeds: seeders
|
||||
size: size
|
||||
name: title
|
||||
- name: type
|
||||
type: select
|
||||
label: Order requested from site
|
||||
default: desc
|
||||
options:
|
||||
desc: desc
|
||||
asc: asc
|
||||
- name: info_tpp
|
||||
type: info
|
||||
label: Results Per Page
|
||||
default: For best results, change the <b>Torrents pro Seite:</b> setting to <b>100</b> on your Control Panel. The default is <i>15</i>.
|
||||
|
||||
login:
|
||||
path: login.php
|
||||
method: form
|
||||
form: form[action="../takelogin.php"]
|
||||
cookies: ["JAVA=OK"] # avoid jscheck redirect
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
secure_pin: "{{ .Config.pin }}"
|
||||
error:
|
||||
- selector: table.tableinborder:contains("Anmeldung Gescheitert!") > tbody > tr > td.tablea
|
||||
test:
|
||||
path: index.php
|
||||
selector: a[href="logout.php"]
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: browse.php
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||
showsearch: 1
|
||||
search: "{{ .Keywords }}"
|
||||
# 0 active, 1 all, 2 dead
|
||||
incldead: 1
|
||||
orderby: "{{ .Config.sort }}"
|
||||
sort: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: "table.tableinborder[cellspacing=\"1\"][cellpadding=\"0\"] > tbody > tr:has(a[href^=\"download.php\"]){{ if .Config.freeleech }}:has(img[src=\"pic/freeleech.gif\"]){{ else }}{{ end }}{{ if .Config.onlyupload }}:has(img[src=\"pic/oupic.gif\"]){{ else }}{{ end }}"
|
||||
|
||||
fields:
|
||||
category:
|
||||
selector: a[href^="browse.php?cat="]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: cat
|
||||
title:
|
||||
selector: a[href^="details.php?id="] > b
|
||||
details:
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="download.php?torrent="]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: div[id^="details"] img
|
||||
attribute: src
|
||||
size:
|
||||
selector: td.content_wrap table tbody tr:nth-child(2) td:nth-child(1) b:nth-child(1)
|
||||
files:
|
||||
selector: td.content_wrap table tbody tr:nth-child(2) td:nth-child(1) b:nth-child(2)
|
||||
seeders:
|
||||
selector: td.content_wrap table tbody tr:nth-child(2) td:nth-child(2) b:nth-child(1)
|
||||
leechers:
|
||||
selector: td.content_wrap table tbody tr:nth-child(2) td:nth-child(2) > b:nth-of-type(2)
|
||||
grabs:
|
||||
selector: td.content_wrap table tbody tr:nth-child(2) td:nth-child(3) b:nth-child(1)
|
||||
date:
|
||||
selector: td.content_wrap table tbody tr:nth-child(2) td:nth-child(5)
|
||||
filters:
|
||||
- name: append
|
||||
args: " +01:00" # CET
|
||||
- name: replace
|
||||
args: ["\xA0", " "]
|
||||
- name: dateparse
|
||||
args: "dd.MM.yyyy HH:mm:ss zzz"
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
img[src="pic/oupic.gif"]: 0 # only upload is counted
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
case:
|
||||
img[src="pic/freeleech.gif"]: 0 # nothing is counted
|
||||
"*": 1
|
||||
# engine n/a
|
172
src/Jackett.Common/Definitions/gamera.yml
Normal file
172
src/Jackett.Common/Definitions/gamera.yml
Normal file
@@ -0,0 +1,172 @@
|
||||
---
|
||||
id: gamera
|
||||
name: Gamera
|
||||
description: "Gamera (駕瞑羅) is a CHINESE Private Torrent Tracker for Japanese Monster and Superhero MOVIES / TV"
|
||||
language: zh-CN
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://gamerapt.link/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: 410, cat: Movies, desc: "Monster怪兽"}
|
||||
- {id: 410, cat: TV, desc: "Monster怪兽"}
|
||||
- {id: 411, cat: Movies, desc: "Kamen Rider假面骑士"}
|
||||
- {id: 411, cat: TV, desc: "Kamen Rider假面骑士"}
|
||||
- {id: 412, cat: Movies, desc: "Ultraman奥特曼"}
|
||||
- {id: 412, cat: TV, desc: "Ultraman奥特曼"}
|
||||
- {id: 413, cat: Movies, desc: "Team战队"}
|
||||
- {id: 413, cat: TV, desc: "Team战队"}
|
||||
- {id: 414, cat: Movies, desc: "Other其他特摄"}
|
||||
- {id: 414, cat: TV, desc: "Other其他特摄"}
|
||||
- {id: 415, cat: Movies, desc: "Musical特摄音乐"}
|
||||
- {id: 415, cat: TV, desc: "Musical特摄音乐"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q, imdbid, doubanid]
|
||||
|
||||
settings:
|
||||
- name: cookie
|
||||
type: text
|
||||
label: Cookie
|
||||
- name: info
|
||||
type: info
|
||||
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
|
||||
default: false
|
||||
- name: sort
|
||||
type: select
|
||||
label: Sort requested from site
|
||||
default: 4
|
||||
options:
|
||||
4: created
|
||||
7: seeders
|
||||
5: size
|
||||
1: title
|
||||
- name: type
|
||||
type: select
|
||||
label: Order requested from site
|
||||
default: desc
|
||||
options:
|
||||
desc: desc
|
||||
asc: asc
|
||||
- name: info_tpp
|
||||
type: info
|
||||
label: Results Per Page
|
||||
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
|
||||
|
||||
login:
|
||||
method: cookie
|
||||
inputs:
|
||||
cookie: "{{ .Config.cookie }}"
|
||||
test:
|
||||
path: index.php
|
||||
selector: a[href="logout.php"]
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: torrents.php
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}cat{{.}}=1&{{end}}"
|
||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ end }}{{ if or .Query.IMDBID .Query.DoubanID }} {{ else }}{{ .Keywords }}{{ end }}{{ if .Query.DoubanID }}{{ .Query.DoubanID }}{{ else }}{{ end }}"
|
||||
# 0 incldead, 1 active, 2 dead
|
||||
incldead: 0
|
||||
# 0 all, 1 normal, 2 free, 3 2x, 4 2xfree, 5 50%, 6 2x50%, 7 30%
|
||||
spstate: "{{ if .Config.freeleech }}2{{ else }}0{{ end }}"
|
||||
# 0 title, 1 descr, 3 uploader
|
||||
search_area: "{{ if .Query.IMDBID }}4{{ else }}{{ end }}{{ if .Query.DoubanID }}1{{ else }}{{ end }}{{ if or .Query.IMDBID .Query.DoubanID }}{{ else }}0{{ end }}"
|
||||
# 0 AND, 2 exact
|
||||
search_mode: 0
|
||||
sort: "{{ .Config.sort }}"
|
||||
type: "{{ .Config.type }}"
|
||||
notnewword: 1
|
||||
|
||||
rows:
|
||||
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||
|
||||
fields:
|
||||
category:
|
||||
selector: a[href^="?cat="]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: cat
|
||||
title_default:
|
||||
selector: a[href^="details.php?id="]
|
||||
title:
|
||||
selector: a[title][href^="details.php?id="]
|
||||
attribute: title
|
||||
optional: true
|
||||
default: "{{ .Result.title_default }}"
|
||||
details:
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="download.php?id="]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: img[data-src]
|
||||
attribute: data-src
|
||||
imdbid:
|
||||
# site currently only has a badge and rating, the id is not present. just in case a future update.
|
||||
selector: a[href*="imdb.com/title/tt"]
|
||||
attribute: href
|
||||
doubanid:
|
||||
# site currently only has a badge and rating, the id is not present. just in case a future update.
|
||||
selector: a[href*="movie.douban.com/subject/"]
|
||||
attribute: href
|
||||
date_elapsed:
|
||||
# time type: time elapsed (default)
|
||||
selector: td.rowfollow:nth-last-of-type(5) > span[title]
|
||||
attribute: title
|
||||
optional: true
|
||||
filters:
|
||||
- name: append
|
||||
args: " +08:00"
|
||||
- name: dateparse
|
||||
args: "yyyy-MM-dd HH:mm:ss zzz"
|
||||
date_added:
|
||||
# time added
|
||||
selector: td.rowfollow:nth-last-of-type(5):not(:has(span))
|
||||
optional: true
|
||||
filters:
|
||||
- name: append
|
||||
args: " +08:00" # CST
|
||||
- name: dateparse
|
||||
args: "yyyy-MM-ddHH:mm:ss zzz"
|
||||
date:
|
||||
text: "{{ if or .Result.date_elapsed .Result.date_added }}{{ or .Result.date_elapsed .Result.date_added }}{{ else }}now{{ end }}"
|
||||
size:
|
||||
selector: td.rowfollow:nth-last-of-type(4)
|
||||
seeders:
|
||||
selector: td.rowfollow:nth-last-of-type(3)
|
||||
leechers:
|
||||
selector: td.rowfollow:nth-last-of-type(2)
|
||||
grabs:
|
||||
selector: td.rowfollow:nth-last-of-type(1)
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
img.pro_free: 0
|
||||
img.pro_free2up: 0
|
||||
img.pro_50pctdown: 0.5
|
||||
img.pro_50pctdown2up: 0.5
|
||||
img.pro_30pctdown: 0.3
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
case:
|
||||
img.pro_50pctdown2up: 2
|
||||
img.pro_free2up: 2
|
||||
img.pro_2up: 2
|
||||
"*": 1
|
||||
description:
|
||||
selector: td:nth-child(2)
|
||||
remove: a, b, font, img, span
|
||||
minimumratio:
|
||||
text: 0.2
|
||||
# NexusPHP KEMURIKUSA 2019-01-09
|
@@ -104,7 +104,7 @@ search:
|
||||
type: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: table.browsetable:not(:has(td.gp_sub_nav):contains("Top 20")) tbody tr:has(a[href^="download.php"])
|
||||
selector: table.browsetable:not(:has(td.gp_sub_nav):contains("Top 25")) tbody tr:has(a[href^="download.php"])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
@@ -169,6 +169,8 @@ search:
|
||||
selector: td:has(a[href$="filelist=1"]) ~ td ~ td ~ td ~ td ~ td ~ td
|
||||
leechers:
|
||||
selector: td:has(a[href$="filelist=1"]) ~ td ~ td ~ td ~ td ~ td ~ td ~ td
|
||||
optional: true
|
||||
default: 0
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
img[src="pic/free.png"]: 0
|
||||
|
@@ -27,12 +27,14 @@ caps:
|
||||
- {id: 129, cat: TV/Sport, desc: "Sportovní Filmy"}
|
||||
- {id: 130, cat: TV/WEB-DL, desc: "TV - WEB- DL"}
|
||||
- {id: 131, cat: Movies, desc: "RLS For HDCZT"}
|
||||
- {id: 132, cat: Movies, desc: "Film na přání"}
|
||||
- {id: 91, cat: TV, desc: "Serial titulky"}
|
||||
- {id: 45, cat: TV, desc: "SERIALY CZ"}
|
||||
- {id: 81, cat: Movies, desc: "ORIGINAL JAZYK"}
|
||||
# Animované
|
||||
- {id: 47, cat: TV/Other, desc: "Animované"}
|
||||
# HUDBA
|
||||
- {id: 39, cat: Audio/Video, desc: "Hudba Video"}
|
||||
- {id: 57, cat: Audio/Lossless, desc: "Hudba flac"}
|
||||
- {id: 58, cat: Audio/MP3, desc: "Hudba mp3"}
|
||||
- {id: 96, cat: Audio/Other, desc: "RETRO HUDBA"}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: idope
|
||||
name: Idope
|
||||
name: iDope
|
||||
description: "iDope is a Public torrent search engine presenting direct magnet links"
|
||||
language: en-US
|
||||
type: public
|
||||
|
@@ -179,4 +179,4 @@ search:
|
||||
description:
|
||||
selector: td.rowfollow:nth-child(2)
|
||||
remove: a, b, font, img, span
|
||||
# NexusPHP v1.8.2 2023-05-08
|
||||
# NexusPHP KEMURIKUSA 2019-01-09
|
||||
|
@@ -196,4 +196,4 @@ search:
|
||||
description:
|
||||
selector: td:nth-child(2)
|
||||
remove: a, b, font, img, span
|
||||
# NexusPHP v1.8.5 2023-07-22
|
||||
# NexusPHP v1.8.6 2023-07-30
|
||||
|
@@ -10,33 +10,20 @@ links:
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: 1, cat: Movies/SD, desc: "Movie/Xvid"}
|
||||
- {id: 14, cat: Movies/WEB-DL, desc: "Movie/WeBRip"}
|
||||
- {id: 2, cat: Movies/3D, desc: "Movie/3D"}
|
||||
- {id: 3, cat: Movies/SD, desc: "Movie/480p"}
|
||||
- {id: 5, cat: Movies/UHD, desc: "Movie/4k"}
|
||||
- {id: 6, cat: Movies/BluRay, desc: "Movie/BD-R"}
|
||||
- {id: 4, cat: Movies/BluRay, desc: "Movie/BD-Rip"}
|
||||
- {id: 7, cat: Movies/BluRay, desc: "Movie/HD/Bluray"}
|
||||
- {id: 8, cat: Movies, desc: "Movie/Kids"}
|
||||
- {id: 9, cat: Movies/HD, desc: "Movie/MP4"}
|
||||
- {id: 12, cat: Movies/Foreign, desc: "Movie/Non-English"}
|
||||
- {id: 14, cat: Movies/WEB-DL, desc: "Movie/WEB"}
|
||||
- {id: 36, cat: Movies/UHD, desc: "Movie/4K Disc"}
|
||||
- {id: 5, cat: Movies/UHD, desc: "Movie/4K Rip"}
|
||||
- {id: 6, cat: Movies/BluRay, desc: "Movie/BluRay Disc"}
|
||||
- {id: 7, cat: Movies/BluRay, desc: "Movie/BluRay Rip"}
|
||||
- {id: 34, cat: Movies, desc: "Movie/Rest"}
|
||||
- {id: 15, cat: Movies, desc: "Movie/Packs"}
|
||||
- {id: 16, cat: Movies/HD, desc: "Movie/x265"}
|
||||
- {id: 17, cat: XXX, desc: "Movie/XXX/Packs"}
|
||||
- {id: 18, cat: Movies, desc: "Movie/Freeleech"}
|
||||
- {id: 19, cat: Movies/DVD, desc: "Movie/DVD-R"}
|
||||
- {id: 20, cat: Movies/SD, desc: "Movie/Cam"}
|
||||
- {id: 20, cat: Movies/SD, desc: "Movie/CAM"}
|
||||
- {id: 21, cat: XXX, desc: "Movie/XXX"}
|
||||
- {id: 23, cat: Movies/DVD, desc: "Movie/DvdRip"}
|
||||
- {id: 25, cat: Movies, desc: "V.I.P."}
|
||||
- {id: 32, cat: TV/Anime, desc: "Anime"}
|
||||
- {id: 33, cat: Audio/Video, desc: "Music/Misc"}
|
||||
- {id: 33, cat: Audio/Video, desc: "Music"}
|
||||
- {id: 28, cat: TV, desc: "Tv Packs"}
|
||||
- {id: 31, cat: TV, desc: "Tv Mini Packs"}
|
||||
- {id: 29, cat: TV/SD, desc: "Tv Episodes SD"}
|
||||
- {id: 30, cat: TV/HD, desc: "Tv Episodes HD"}
|
||||
- {id: 26, cat: TV/Sport, desc: "Tv Sport SD/HD"}
|
||||
- {id: 31, cat: TV, desc: "Tv Mini Series"}
|
||||
- {id: 30, cat: TV/HD, desc: "Tv Episodes"}
|
||||
- {id: 26, cat: TV/Sport, desc: "Tv Sport"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
@@ -40,6 +40,13 @@ settings:
|
||||
type: info
|
||||
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: useragent
|
||||
type: text
|
||||
label: User-Agent
|
||||
- name: info_useragent
|
||||
type: info
|
||||
label: How to get the User-Agent
|
||||
default: "<ol><li>From the same place you fetched the cookie,</li><li>Find <b>'user-agent:'</b> in the <b>Request Headers</b> section</li><li><b>Select</b> and <b>Copy</b> the whole user-agent string <i>(everything after 'user-agent: ')</i> and <b>Paste</b> here.</li></ol>"
|
||||
- name: freeleech
|
||||
type: checkbox
|
||||
label: Search freeleech only
|
||||
@@ -98,6 +105,9 @@ search:
|
||||
type: "{{ .Config.type }}"
|
||||
notnewword: 1
|
||||
|
||||
headers:
|
||||
User-Agent: ["{{ .Config.useragent }}"]
|
||||
|
||||
rows:
|
||||
selector: table.torrents > tbody > tr:has(a[href^="details.php?id="])
|
||||
|
||||
|
@@ -176,4 +176,4 @@ search:
|
||||
description:
|
||||
selector: td:has(table.torrentname)
|
||||
remove: a, img
|
||||
# NexusPHP custom v2019.12
|
||||
# NexusPHP prod#60d2fdc724a 2023-05-10
|
||||
|
@@ -58,6 +58,7 @@ caps:
|
||||
- {id: 1328, cat: Movies/HD, desc: " |- Российские фильмы в 720p (2017)"}
|
||||
- {id: 1329, cat: Movies/HD, desc: " |- Зарубежные фильмы в 1080p (2017)"}
|
||||
- {id: 1330, cat: Movies/HD, desc: " |- Российские фильмы в 1080р (2017)"}
|
||||
- {id: 1715, cat: Movies, desc: "Зарубежные фильмы до 1990 г."}
|
||||
- {id: 820, cat: Movies/HD, desc: "Зарубежные фильмы"}
|
||||
- {id: 1346, cat: Movies/UHD, desc: " |- [4K | ULTRA HD | 2160p]"}
|
||||
- {id: 843, cat: Movies/HD, desc: " |- Blu-Ray , BDRip 1080p , HDTV 1080 , WEB-DL 1080р"}
|
||||
@@ -77,7 +78,6 @@ caps:
|
||||
- {id: 832, cat: Movies, desc: " |- Классика зарубежного кино"}
|
||||
- {id: 1608, cat: Movies, desc: " |- Классика зарубежного кино (720p, 1080p)"}
|
||||
- {id: 1317, cat: Movies, desc: " |- Детские фильмы, сказки, сериалы"}
|
||||
- {id: 837, cat: Movies, desc: " |- Сборники фильмов , Фильмографии"}
|
||||
- {id: 838, cat: Movies, desc: " |- Короткометражные фильмы"}
|
||||
- {id: 845, cat: Movies, desc: " |- В оригинале"}
|
||||
- {id: 1560, cat: Movies, desc: " |- | - фильмы с переводом UKR"}
|
||||
@@ -94,8 +94,6 @@ caps:
|
||||
- {id: 807, cat: Movies, desc: " |- Мистика , Фэнтези"}
|
||||
- {id: 806, cat: Movies, desc: " |- Ужасы , Триллер"}
|
||||
- {id: 805, cat: Movies, desc: " |- Фантастика"}
|
||||
- {id: 810, cat: Movies, desc: "| - Кино СССР"}
|
||||
- {id: 1609, cat: Movies, desc: " |- Кино СССР (720p, 1080p)"}
|
||||
- {id: 1318, cat: Movies, desc: " |- Детские фильмы, сказки, сериалы"}
|
||||
- {id: 804, cat: Movies, desc: " |- Сборники фильмов / Фильмографии"}
|
||||
# Сериалы TV
|
||||
@@ -166,8 +164,6 @@ caps:
|
||||
- {id: 1636, cat: Audio/MP3, desc: " |- Сборники поп музыки (50/50 общие mp3)"}
|
||||
- {id: 1643, cat: Audio/MP3, desc: " |- Зарубежная поп музыка (альбомы, синглы mp3)"}
|
||||
- {id: 1637, cat: Audio/MP3, desc: " |- Зарубежная поп-музыка (сборники mp3)"}
|
||||
- {id: 1654, cat: Audio/MP3, desc: " |- Eurodance, Disco, Hi-NRG, Technopop (mp3)"}
|
||||
- {id: 1638, cat: Audio/MP3, desc: " |- Eurodance, Disco, Hi-NRG, Technopop (Сборники mp3)"}
|
||||
- {id: 1639, cat: Audio/MP3, desc: " |- Club, Dance, Hands Up (Сборники mp3)"}
|
||||
- {id: 1640, cat: Audio/Lossless, desc: " |- Зарубежный шансон (mp3, Lossless)"}
|
||||
- {id: 1177, cat: Audio/MP3, desc: "Отечественная поп музыка, шансон и авторская песня"}
|
||||
@@ -175,7 +171,10 @@ caps:
|
||||
- {id: 1427, cat: Audio/MP3, desc: " |- Сборники Российской поп музыки"}
|
||||
- {id: 1641, cat: Audio/MP3, desc: " |- Шансон и авторская песня (mp3)"}
|
||||
- {id: 1561, cat: Audio/MP3, desc: " |- Сборники Русского шансона"}
|
||||
- {id: 1168, cat: Audio/MP3, desc: "Зарубежный ROCK"}
|
||||
- {id: 1598, cat: Audio/MP3, desc: "Отечественный Rock, Metal"}
|
||||
- {id: 1599, cat: Audio/MP3, desc: " |- Отечественный Rock (mp3)"}
|
||||
- {id: 1600, cat: Audio/MP3, desc: " |- Отечественный Metal (mp3 )"}
|
||||
- {id: 1601, cat: Audio/MP3, desc: " |- Сборники Rock, Metal (mp3)"}
|
||||
- {id: 1200, cat: Audio/MP3, desc: " |- Classic Rock&Hard Rock"}
|
||||
- {id: 1552, cat: Audio/MP3, desc: " |- Progressive&Art-Rock"}
|
||||
- {id: 1565, cat: Audio/MP3, desc: " |- Folk-Rock, Folk-Punk, Songwriter"}
|
||||
@@ -195,7 +194,6 @@ caps:
|
||||
- {id: 1586, cat: Audio/MP3, desc: " |- Sludge, Stoner, Post-Metal"}
|
||||
- {id: 1587, cat: Audio/MP3, desc: " |- Thrash, Speed"}
|
||||
- {id: 1602, cat: Audio/MP3, desc: " |- Сборники Metal"}
|
||||
- {id: 1589, cat: Audio/MP3, desc: "Зарубежные Alternative, Punk, Independent"}
|
||||
- {id: 1590, cat: Audio/MP3, desc: " |- Alternative&Nu-metal"}
|
||||
- {id: 1591, cat: Audio/MP3, desc: " |- Punk"}
|
||||
- {id: 1592, cat: Audio/MP3, desc: " |- Hardcore"}
|
||||
@@ -204,6 +202,9 @@ caps:
|
||||
- {id: 1595, cat: Audio/MP3, desc: " |- Emocore, Post-hardcore, Metalcore, Deathcore"}
|
||||
- {id: 1596, cat: Audio/MP3, desc: " |- Gothic Rock&Dark Folk"}
|
||||
- {id: 1597, cat: Audio/MP3, desc: " |- Avant-garde, Experimental Rock"}
|
||||
- {id: 1626, cat: Audio/MP3, desc: " |- Зарубежный джаз (mp3)"}
|
||||
- {id: 1627, cat: Audio/MP3, desc: " |- Зарубежный блюз (mp3)"}
|
||||
- {id: 1628, cat: Audio/MP3, desc: " |- Отечественный джаз и блюз (mp3)"}
|
||||
- {id: 1610, cat: Audio/MP3, desc: " |- Goa Trance, Psy-Trance"}
|
||||
- {id: 1611, cat: Audio/MP3, desc: " |- PsyChill, Ambient, Dub"}
|
||||
- {id: 1457, cat: Audio/MP3, desc: " |- Trance"}
|
||||
|
@@ -102,8 +102,8 @@ search:
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: onmouseover
|
||||
selector: td.numele_tor span[data-original-title]
|
||||
attribute: data-original-title
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "src='(.+?)'"
|
||||
@@ -115,15 +115,17 @@ search:
|
||||
description:
|
||||
text: "{{ .Result.genre }}"
|
||||
files:
|
||||
selector: td:nth-last-child(7)
|
||||
selector: td:nth-last-child(8)
|
||||
date:
|
||||
selector: td:nth-last-child(5)
|
||||
selector: td:nth-last-child(6)
|
||||
filters:
|
||||
- name: append
|
||||
args: " +02:00" # EET
|
||||
- name: dateparse
|
||||
args: "HH:mm:ssyyyy-MM-dd zzz"
|
||||
size:
|
||||
selector: td:nth-last-child(5)
|
||||
grabs:
|
||||
selector: td:nth-last-child(4)
|
||||
seeders:
|
||||
selector: td:nth-last-child(3)
|
||||
|
@@ -74,14 +74,17 @@ caps:
|
||||
# Video
|
||||
- {id: 200, cat: Movies, desc: "Video"}
|
||||
- {id: 201, cat: Movies, desc: "Movies"}
|
||||
- {id: 202, cat: Movies, desc: "Movies"}
|
||||
- {id: 202, cat: Movies, desc: "Movies DVDR"}
|
||||
- {id: 203, cat: Audio/Video, desc: "Music Videos"}
|
||||
- {id: 204, cat: Movies/Other, desc: "Movie Clips"}
|
||||
- {id: 205, cat: TV, desc: "TV"}
|
||||
- {id: 205, cat: TV, desc: "TV Shows"}
|
||||
- {id: 206, cat: TV/Other, desc: "Handheld"}
|
||||
- {id: 207, cat: Movies/HD, desc: "HD - Movies"}
|
||||
- {id: 208, cat: TV/HD, desc: "HD - TV shows"}
|
||||
- {id: 209, cat: Movies/3D, desc: "3D"}
|
||||
- {id: 210, cat: Movies/SD, desc: "CAM/TS"}
|
||||
- {id: 211, cat: Movies/UHD, desc: "UHD/4k - Movies"}
|
||||
- {id: 212, cat: TV/UHD, desc: "UHD/4k - TV shows"}
|
||||
- {id: 299, cat: Movies/Other, desc: "Video Other"}
|
||||
# Applications
|
||||
- {id: 300, cat: PC, desc: "Applications"}
|
||||
@@ -109,12 +112,13 @@ caps:
|
||||
- {id: 502, cat: XXX/DVD, desc: "Movies DVDR"}
|
||||
- {id: 503, cat: XXX/ImageSet, desc: "Pictures"}
|
||||
- {id: 504, cat: XXX, desc: "Games"}
|
||||
- {id: 505, cat: XXX, desc: "HD - Movies"}
|
||||
- {id: 505, cat: XXX/x264, desc: "HD - Movies"}
|
||||
- {id: 506, cat: XXX, desc: "Movie Clips"}
|
||||
- {id: 507, cat: XXX/UHD, desc: "UHD/4k - Movies"}
|
||||
- {id: 599, cat: XXX/Other, desc: "Porn other"}
|
||||
# Other
|
||||
- {id: 600, cat: Other, desc: "Other"}
|
||||
- {id: 601, cat: Books, desc: "E-books"}
|
||||
- {id: 601, cat: Books/EBook, desc: "E-books"}
|
||||
- {id: 602, cat: Books/Comics, desc: "Comics"}
|
||||
- {id: 603, cat: Books, desc: "Pictures"}
|
||||
- {id: 604, cat: Books, desc: "Covers"}
|
||||
|
@@ -8,14 +8,10 @@ encoding: UTF-8
|
||||
followredirect: true
|
||||
# to fetch current domain use https://www.protege-torrent.com/Torrent9
|
||||
links:
|
||||
- https://www.torrent9.fi/
|
||||
- https://www.torrent9.moe/
|
||||
- https://torrent9.nocensor.click/
|
||||
- https://torrent9.mrunblock.bond/
|
||||
legacylinks:
|
||||
- https://wwv.torrent9.one/
|
||||
- https://vww.torrent9.one/
|
||||
- https://www.torrent9.srl/
|
||||
- https://www.torrent9.la/
|
||||
- https://www.torrent9.ninja/
|
||||
- https://torrent9.nocensor.space/
|
||||
- https://torrent9.nocensor.work/
|
||||
@@ -38,6 +34,9 @@ legacylinks:
|
||||
- https://www.torrent9.cm/
|
||||
- https://torrent9.nocensor.art/
|
||||
- https://torrent9.mrunblock.life/
|
||||
- https://www.torrent9.fi/
|
||||
- https://www.torrent9.wtf/
|
||||
- https://www.torrent9.sc/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
|
@@ -7,9 +7,8 @@ type: public
|
||||
encoding: UTF-8
|
||||
followredirect: true
|
||||
links:
|
||||
- https://torrentqq267.com/
|
||||
- https://torrentqq268.com/
|
||||
legacylinks:
|
||||
- https://torrentqq252.com/
|
||||
- https://torrentqq253.com/
|
||||
- https://torrentqq254.com/
|
||||
- https://torrentqq255.com/
|
||||
@@ -24,6 +23,7 @@ legacylinks:
|
||||
- https://torrentqq264.com/
|
||||
- https://torrentqq265.com/
|
||||
- https://torrentqq266.com/
|
||||
- https://torrentqq267.com/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
|
@@ -7,10 +7,8 @@ type: public
|
||||
encoding: UTF-8
|
||||
followredirect: true
|
||||
links:
|
||||
- https://torrentsir113.com/
|
||||
- https://torrentsir114.com/
|
||||
legacylinks:
|
||||
- http://torrentsir94.com/
|
||||
- https://torrentsir94.com/
|
||||
- http://torrentsir95.com/
|
||||
- https://torrentsir95.com/
|
||||
- http://torrentsir96.com/
|
||||
@@ -40,6 +38,8 @@ legacylinks:
|
||||
- http://torrentsir112.com/
|
||||
- https://torrentsir112.com/
|
||||
- http://torrentsir113.com/
|
||||
- https://torrentsir113.com/
|
||||
- http://torrentsir114.com/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
|
155
src/Jackett.Common/Definitions/trackermk.yml
Normal file
155
src/Jackett.Common/Definitions/trackermk.yml
Normal file
@@ -0,0 +1,155 @@
|
||||
---
|
||||
id: trackermk
|
||||
name: TrackerMK
|
||||
description: "TrackerMK is a MACEDONIAN Private Torrent Tracker for MOVIES / TV / GENERAL"
|
||||
language: mk-MK
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- http://trackermk.com/ # does not support https, CA expired December 2017
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: 49, cat: Movies/DVD, desc: "Movies DVD-R"}
|
||||
- {id: 68, cat: PC/Mobile-Android, desc: "Андроид (Android)"}
|
||||
- {id: 72, cat: PC/Mobile-Android, desc: "Андроид - Апликации (Android)"}
|
||||
- {id: 47, cat: PC, desc: "Апликации (Software)"}
|
||||
- {id: 71, cat: PC/Mac, desc: "Апликации - Mac OS"}
|
||||
- {id: 70, cat: PC/0day, desc: "Апликации - Window 7/8.1/10/11"}
|
||||
- {id: 63, cat: Audio/Audiobook, desc: "Аудио (Audiobooks)"}
|
||||
- {id: 60, cat: TV/Documentary, desc: "Документарци (Documentaries)"}
|
||||
- {id: 61, cat: TV, desc: "Домашни серии (TV Local)"}
|
||||
- {id: 69, cat: TV, desc: "Домашни серии - Српски / Хрватски / Босански (TV Local)"}
|
||||
- {id: 57, cat: Books/EBook, desc: "Е-Книги (EBooks)"}
|
||||
- {id: 53, cat: Console, desc: "Игри (Games)"}
|
||||
- {id: 54, cat: Audio/Video, desc: "Концерти (Concerts)"}
|
||||
- {id: 52, cat: Audio/Video, desc: "Музички Спотови (Music Videos)"}
|
||||
- {id: 67, cat: Other, desc: "Од се по нешто (VIP)"}
|
||||
- {id: 73, cat: Audio, desc: "Рип од Плоча (Music Rips)"}
|
||||
- {id: 65, cat: Other, desc: "Слики (pictures)"}
|
||||
- {id: 55, cat: TV/Sport, desc: "Спорт (sport)"}
|
||||
- {id: 48, cat: TV/Anime, desc: "Цртани (Animations)"}
|
||||
- {id: 64, cat: Audio/Lossless, desc: "FLAC"}
|
||||
- {id: 62, cat: Movies/HD, desc: "Movies HDTV"}
|
||||
- {id: 50, cat: Audio/MP3, desc: "Mp3"}
|
||||
- {id: 56, cat: Movies/SD, desc: "Movies Xvid"}
|
||||
- {id: 59, cat: XXX, desc: "XXX"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
music-search: [q]
|
||||
book-search: [q]
|
||||
|
||||
settings:
|
||||
- name: username
|
||||
type: text
|
||||
label: Username
|
||||
- name: password
|
||||
type: password
|
||||
label: Password
|
||||
- name: freeleech
|
||||
type: checkbox
|
||||
label: Filter freeleech only
|
||||
default: false
|
||||
- name: sort
|
||||
type: select
|
||||
label: Sort requested from site
|
||||
default: added
|
||||
options:
|
||||
added: created
|
||||
seeders: seeders
|
||||
size: size
|
||||
name: title
|
||||
- name: type
|
||||
type: select
|
||||
label: Order requested from site
|
||||
default: desc
|
||||
options:
|
||||
desc: desc
|
||||
asc: asc
|
||||
|
||||
login:
|
||||
path: takelogin.php
|
||||
method: post
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
logout: ""
|
||||
error:
|
||||
- selector: table:contains("Грешка!")
|
||||
test:
|
||||
path: index.php
|
||||
selector: a[href*="/logout.php?logouthash="]
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: browse.php
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["[\\s]+", "%"]
|
||||
inputs:
|
||||
do: search
|
||||
keywords: "{{ .Keywords }}"
|
||||
# t_name, t_description, t_both, t_uploader, t_genre
|
||||
search_type: t_name
|
||||
# does not support multi category searching so defaulting to all.
|
||||
category: 0
|
||||
include_dead_torrents: yes
|
||||
sort: "{{ if .Config.freeleech }}free{{ else }}{{ .Config.sort }}{{ end }}"
|
||||
order: "{{ if .Config.freeleech }}asc{{ else }}{{ .Config.type }}{{ end }}"
|
||||
# does not return imdb link in results and t_genre does not return imdbid search results
|
||||
|
||||
rows:
|
||||
selector: "table.sortable tr:has(a[href*=\"/download.php?id=\"]){{ if .Config.freeleech }}:has(img[src$=\"/freedownload.gif\"]){{ else }}{{ end }}"
|
||||
|
||||
fields:
|
||||
category:
|
||||
selector: a[href*="/browse.php?category="]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: category
|
||||
title:
|
||||
selector: a[href*="/details.php?id="]
|
||||
details:
|
||||
selector: a[href*="/details.php?id="]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href*="/download.php?id="]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: img[src*="/torrents/images/"]
|
||||
attribute: src
|
||||
date:
|
||||
selector: td:nth-child(2)
|
||||
# auto adjusted by site account profile
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "(\\d{2}-\\d{2}-\\d{4} \\d{2}:\\d{2})"
|
||||
- name: dateparse
|
||||
args: "dd-MM-yyyy HH:mm"
|
||||
size:
|
||||
selector: td:nth-last-child(5)
|
||||
grabs:
|
||||
selector: td:nth-last-child(4)
|
||||
seeders:
|
||||
selector: td:nth-last-child(3)
|
||||
leechers:
|
||||
selector: td:nth-last-child(2)
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
img[src$="/freedownload.gif"]: 0
|
||||
img[src$="/silverdownload.gif"]: 0.5
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
case:
|
||||
img[src$="/x2.gif"]: 2
|
||||
"*": 1
|
||||
minimumratio:
|
||||
text: 1.0
|
||||
minimumseedtime:
|
||||
# 24 hours (as seconds = 24 x 60 x 60)
|
||||
text: 86400
|
||||
# TS Special Edition v.7.2
|
@@ -163,4 +163,4 @@ search:
|
||||
description:
|
||||
selector: td:nth-child(2)
|
||||
remove: a, b, font, img, span
|
||||
# NexusPHP v1.8.5 2023-07-10
|
||||
# NexusPHP v1.8.6 2023-07-29
|
||||
|
207
src/Jackett.Common/Definitions/wintersakura.yml
Normal file
207
src/Jackett.Common/Definitions/wintersakura.yml
Normal file
@@ -0,0 +1,207 @@
|
||||
---
|
||||
id: wintersakura
|
||||
name: WinterSakura
|
||||
description: "WinterSakura is a CHINESE Private Torrent Tracker for MOVIES / TV / GENERAL"
|
||||
language: zh-CN
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
requestDelay: 2
|
||||
links:
|
||||
- https://wintersakura.net/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
# torrents.php
|
||||
- {id: 409, cat: Other, desc: "Misc其他", default: true}
|
||||
- {id: 407, cat: TV/Sport, desc: "Sports体育", default: true}
|
||||
- {id: 406, cat: Audio/Video, desc: "Music Videos音乐MV", default: true}
|
||||
- {id: 408, cat: Audio, desc: "HQ Audio无损音乐", default: true}
|
||||
- {id: 418, cat: TV, desc: "TV Shows综艺(分集)", default: true}
|
||||
- {id: 403, cat: TV, desc: "TV Shows综艺(Packs合集)", default: true}
|
||||
- {id: 402, cat: TV, desc: "TV Series剧集(分集)", default: true}
|
||||
- {id: 414, cat: TV, desc: "TV Series剧集(Packs合集)", default: true}
|
||||
- {id: 413, cat: TV/Anime, desc: "Animation series动漫剧集(分集)", default: true}
|
||||
- {id: 423, cat: TV/Anime, desc: "Animation series动漫剧集(Packs合集)", default: true}
|
||||
- {id: 422, cat: TV/Anime, desc: "Animation flims动漫电影", default: true}
|
||||
- {id: 410, cat: TV/Documentary, desc: "Documentaries纪录片", default: true}
|
||||
- {id: 401, cat: Movies, desc: "Movies电影", default: true}
|
||||
# special.php
|
||||
- {id: 427, cat: PC, desc: "Software软件/程序/代码", default: false}
|
||||
- {id: 426, cat: Books/Technical, desc: "Papers期刊/论文", default: false}
|
||||
- {id: 428, cat: Books/EBook, desc: "Books图书", default: false}
|
||||
- {id: 425, cat: Other, desc: "Database数据/数据库", default: false}
|
||||
- {id: 424, cat: Other, desc: "Course课程", default: false}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep, imdbid, doubanid]
|
||||
movie-search: [q, imdbid, doubanid]
|
||||
music-search: [q]
|
||||
book-search: [q]
|
||||
|
||||
settings:
|
||||
- name: username
|
||||
type: text
|
||||
label: Username
|
||||
- name: password
|
||||
type: password
|
||||
label: Password
|
||||
- name: 2facode
|
||||
type: text
|
||||
label: 2FA code
|
||||
- name: info_2fa
|
||||
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 WinterSakura Web Site. Otherwise just leave it empty."
|
||||
- name: freeleech
|
||||
type: checkbox
|
||||
label: Search freeleech only
|
||||
default: false
|
||||
- name: sort
|
||||
type: select
|
||||
label: Sort requested from site
|
||||
default: 4
|
||||
options:
|
||||
4: created
|
||||
7: seeders
|
||||
5: size
|
||||
1: title
|
||||
- name: type
|
||||
type: select
|
||||
label: Order requested from site
|
||||
default: desc
|
||||
options:
|
||||
desc: desc
|
||||
asc: asc
|
||||
- name: info_tpp
|
||||
type: info
|
||||
label: Results Per Page
|
||||
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
|
||||
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("失败"))
|
||||
test:
|
||||
path: index.php
|
||||
selector: a[href="logout.php"]
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: torrents.php
|
||||
categories: [409, 407, 406, 408, 418, 403, 402, 414, 413, 423, 422, 410, 401]
|
||||
- path: special.php
|
||||
categories: [427, 426, 428, 425, 424]
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}cat{{.}}=1&{{end}}"
|
||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ end }}{{ if or .Query.IMDBID .Query.DoubanID }} {{ else }}{{ .Keywords }}{{ end }}{{ if .Query.DoubanID }}{{ .Query.DoubanID }}{{ else }}{{ end }}"
|
||||
# 0 incldead, 1 active, 2 dead
|
||||
incldead: 0
|
||||
# 0 all, 1 normal, 2 free, 3 2x, 4 2xfree, 5 50%, 6 2x50%, 7 30%
|
||||
spstate: "{{ if .Config.freeleech }}2{{ else }}0{{ end }}"
|
||||
# 0 title, 1 descr, 3 uploader, 4 imdburl
|
||||
search_area: "{{ if or .Query.IMDBID .Query.DoubanID }}1{{ else }}0{{ end }}"
|
||||
# 0 AND, 2 exact
|
||||
search_mode: 0
|
||||
sort: "{{ .Config.sort }}"
|
||||
type: "{{ .Config.type }}"
|
||||
notnewword: 1
|
||||
|
||||
rows:
|
||||
selector: table.torrents > tbody > tr:has(a[href^="details.php?id="])
|
||||
|
||||
fields:
|
||||
category:
|
||||
selector: a[href^="?cat="]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: cat
|
||||
title_default:
|
||||
selector: a[href^="details.php?id="]
|
||||
title:
|
||||
selector: a[title][href^="details.php?id="]
|
||||
attribute: title
|
||||
optional: true
|
||||
default: "{{ .Result.title_default }}"
|
||||
details:
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="download.php?id="]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: img[data-src]
|
||||
attribute: data-src
|
||||
imdbid:
|
||||
# site currently only has a badge and rating, the id is not present. just in case a future update.
|
||||
selector: a[href*="imdb.com/title/tt"]
|
||||
attribute: href
|
||||
doubanid:
|
||||
# site currently only has a badge and rating, the id is not present. just in case a future update.
|
||||
selector: a[href*="movie.douban.com/subject/"]
|
||||
attribute: href
|
||||
date_elapsed:
|
||||
# time type: time elapsed (default)
|
||||
selector: td.rowfollow:nth-child(4) > span[title]
|
||||
attribute: title
|
||||
optional: true
|
||||
filters:
|
||||
- name: append
|
||||
args: " +08:00" # CST
|
||||
- name: dateparse
|
||||
args: "yyyy-MM-dd HH:mm:ss zzz"
|
||||
date_added:
|
||||
# time added
|
||||
selector: td.rowfollow:nth-child(4):not(:has(span))
|
||||
optional: true
|
||||
filters:
|
||||
- name: append
|
||||
args: " +08:00" # CST
|
||||
- name: dateparse
|
||||
args: "yyyy-MM-ddHH:mm:ss zzz"
|
||||
date:
|
||||
text: "{{ if or .Result.date_elapsed .Result.date_added }}{{ or .Result.date_elapsed .Result.date_added }}{{ else }}now{{ end }}"
|
||||
size:
|
||||
selector: td.rowfollow:nth-child(5)
|
||||
seeders:
|
||||
selector: td.rowfollow:nth-child(6)
|
||||
leechers:
|
||||
selector: td.rowfollow:nth-child(7)
|
||||
grabs:
|
||||
selector: td.rowfollow:nth-child(8)
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
img.pro_free: 0
|
||||
img.pro_free2up: 0
|
||||
img.pro_50pctdown: 0.5
|
||||
img.pro_50pctdown2up: 0.5
|
||||
img.pro_30pctdown: 0.3
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
case:
|
||||
img.pro_50pctdown2up: 2
|
||||
img.pro_free2up: 2
|
||||
img.pro_2up: 2
|
||||
"*": 1
|
||||
minimumratio:
|
||||
text: 0.4
|
||||
description:
|
||||
selector: td.rowfollow:nth-child(2)
|
||||
remove: a, b, font, img, span
|
||||
# NexusPHP f99d919 2023-05-08
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
id: wukong
|
||||
name: Wukong
|
||||
description: "Wukong (悟空问道) is a Chinese Private Torrent Tracker for E-LEARNING"
|
||||
description: "Wukong (悟空问道) is a CHINESE Private Torrent Tracker for E-LEARNING"
|
||||
language: zh-CN
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
|
@@ -10,7 +10,12 @@ links:
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: XXX, cat: XXX, desc: XXX}
|
||||
- {id: 0, cat: XXX/SD, desc: "XXX 480p/SD"}
|
||||
- {id: 1, cat: XXX/x264, desc: "XXX 720p/HD"}
|
||||
- {id: 2, cat: XXX/x264, desc: "XXX 1080p/FullHD"}
|
||||
- {id: 4, cat: XXX/UHD, desc: "XXX 2160p/UHD/4K"}
|
||||
- {id: 3, cat: XXX/WEB-DL, desc: "XXX Movies/DVD/WEB"}
|
||||
- {id: 5, cat: XXX/ImageSet, desc: "XXX IMAGESET"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
@@ -23,6 +28,7 @@ settings:
|
||||
options:
|
||||
uploaded: created
|
||||
size: size
|
||||
seeders: seeders
|
||||
- name: type
|
||||
type: select
|
||||
label: Order requested from site
|
||||
@@ -38,15 +44,19 @@ download:
|
||||
|
||||
search:
|
||||
paths:
|
||||
# https://xxxclub.to/torrents/browse/all/tushyraw%20grays?sort=size&order=asc
|
||||
- path: "torrents/browse/all/{{ .Keywords }}?sort={{ .Config.sort }}&order={{ .Config.type }}"
|
||||
# https://xxxclub.to/torrents/browse/2,4/metartx?sort=size&order=asc
|
||||
- path: "torrents/browse/{{ if .Categories }}{{ join .Categories \",\" }}{{ else }}all{{ end }}/{{ .Keywords }}?sort={{ .Config.sort }}&order={{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: table.table-striped > tbody > tr
|
||||
selector: div.browsetableinside > ul > li:not(:first-child)
|
||||
|
||||
fields:
|
||||
category:
|
||||
text: XXX
|
||||
selector: a.catah
|
||||
attribute: href
|
||||
filters:
|
||||
- name: regexp
|
||||
args: (\d)
|
||||
title:
|
||||
selector: a[href^="/torrents/details/"]
|
||||
details:
|
||||
@@ -56,22 +66,19 @@ search:
|
||||
selector: a[href^="/torrents/details/"]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: a[href^="/torrents/details/"]
|
||||
attribute: title
|
||||
filters:
|
||||
- name: regexp
|
||||
args: src='(.+?)'
|
||||
selector: img
|
||||
attribute: src
|
||||
date:
|
||||
selector: td:nth-child(3)
|
||||
selector: span.adde
|
||||
filters:
|
||||
- name: dateparse
|
||||
args: "dd MMM yyyy HH:mm:ss"
|
||||
size:
|
||||
selector: td:nth-child(4)
|
||||
selector: span.siz
|
||||
seeders:
|
||||
selector: td:nth-child(5)
|
||||
selector: span.see
|
||||
leechers:
|
||||
selector: td:nth-child(6)
|
||||
selector: span.lee
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
|
@@ -24,7 +24,7 @@ namespace Jackett.Common.Indexers
|
||||
public override string Id => "cinecalidad";
|
||||
public override string Name => "Cinecalidad";
|
||||
public override string Description => "Películas Full HD en Latino Dual.";
|
||||
public override string SiteLink { get; protected set; } = "https://www.cinecalidad.tf/";
|
||||
public override string SiteLink { get; protected set; } = "https://wvw.cinecalidad.tf/";
|
||||
public override string[] LegacySiteLinks => new[]
|
||||
{
|
||||
"https://cinecalidad.website/",
|
||||
@@ -45,7 +45,8 @@ namespace Jackett.Common.Indexers
|
||||
"https://cinecalidad.ms/",
|
||||
"https://www3.cinecalidad.ms/",
|
||||
"https://ww1.cinecalidad.ms/",
|
||||
"https://www.cinecalidad.gs/"
|
||||
"https://www.cinecalidad.gs/",
|
||||
"https://www.cinecalidad.tf/"
|
||||
};
|
||||
public override string Language => "es-419";
|
||||
public override string Type => "public";
|
||||
|
@@ -26,10 +26,10 @@ namespace Jackett.Common.Indexers
|
||||
public override string Name => "DonTorrent";
|
||||
public override string Description => "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL";
|
||||
// in the event the redirect is inactive https://t.me/s/dontorrent should have the latest working domain
|
||||
public override string SiteLink { get; protected set; } = "https://dontorrent.rsvp/";
|
||||
public override string SiteLink { get; protected set; } = "https://dontorrent.quest/";
|
||||
public override string[] AlternativeSiteLinks => new[]
|
||||
{
|
||||
"https://dontorrent.rsvp/",
|
||||
"https://dontorrent.quest/",
|
||||
"https://todotorrents.org/",
|
||||
"https://tomadivx.net/",
|
||||
"https://seriesblanco.one/",
|
||||
@@ -38,7 +38,6 @@ namespace Jackett.Common.Indexers
|
||||
};
|
||||
public override string[] LegacySiteLinks => new[]
|
||||
{
|
||||
"https://dontorrent.pictures/",
|
||||
"https://dontorrent.ms/",
|
||||
"https://dontorrent.care/",
|
||||
"https://dontorrent.cash/",
|
||||
@@ -53,6 +52,7 @@ namespace Jackett.Common.Indexers
|
||||
"https://dontorrent.boo/",
|
||||
"https://dontorrent.foo/",
|
||||
"https://dontorrent.hair/",
|
||||
"https://dontorrent.rsvp/",
|
||||
};
|
||||
public override string Language => "es-ES";
|
||||
public override string Type => "public";
|
||||
|
@@ -26,10 +26,10 @@ namespace Jackett.Common.Indexers
|
||||
public override string Id => "mejortorrent";
|
||||
public override string Name => "MejorTorrent";
|
||||
public override string Description => "MejorTorrent - Hay veces que un torrent viene mejor! :)";
|
||||
public override string SiteLink { get; protected set; } = "https://www4.mejortorrent.rip/";
|
||||
public override string SiteLink { get; protected set; } = "https://www5.mejortorrent.rip/";
|
||||
public override string[] AlternativeSiteLinks => new[]
|
||||
{
|
||||
"https://www4.mejortorrent.rip/",
|
||||
"https://www5.mejortorrent.rip/",
|
||||
"https://mejortorrent.unblockit.rsvp/"
|
||||
};
|
||||
public override string[] LegacySiteLinks => new[]
|
||||
@@ -61,6 +61,7 @@ namespace Jackett.Common.Indexers
|
||||
"https://www2.mejortorrent.rip/",
|
||||
"https://mejortorrent.unblockit.mov/",
|
||||
"https://www3.mejortorrent.rip/",
|
||||
"https://www4.mejortorrent.rip/"
|
||||
};
|
||||
public override string Language => "es-ES";
|
||||
public override string Type => "public";
|
||||
|
@@ -365,6 +365,7 @@ namespace Jackett.Updater
|
||||
"Definitions/extratorrent-cd.yml",
|
||||
"Definitions/extratorrent-it.yml",
|
||||
"Definitions/extratorrentclone.yml",
|
||||
"Definitions/fantasticheaven.yml",
|
||||
"Definitions/feedurneed.yml", // merged with devilsplayground #6872
|
||||
"Definitions/fenyarnyek-tracker.yml",
|
||||
"Definitions/filebase.yml",
|
||||
|
Reference in New Issue
Block a user