From 2130bdd53df734aa341ae41d85ae82b2a6b7eee4 Mon Sep 17 00:00:00 2001 From: ineednewpajamas Date: Fri, 5 Dec 2025 18:09:00 -0600 Subject: [PATCH] jackett indexers as of adaa5b7cb673a0fbe2f972869eee3eb722fc1ca7 [2025-12-08T18:46:55Z] Removed Indexers: definitions/v11/animelovers-api.yml Modified Indexers: definitions/v11/rudub.yml definitions/v11/zetorrents.yml jackett indexers as of 68f06565b69a07ed44e75041f1f15eda20f66d37 [2025-12-08T00:24:00Z] Modified Indexers: definitions/v11/darkpeers.yml definitions/v11/extratorrent-st.yml definitions/v11/matrix.yml definitions/v11/nortorrent.yml definitions/v11/rudub.yml definitions/v11/zktorrent.yml jackett indexers as of 96a5e66da5adf6404a7216dd3828432ae473036d [2025-12-06T20:14:21Z] Modified Indexers: definitions/v11/nortorrent.yml definitions/v11/rudub.yml definitions/v11/zetorrents.yml definitions/v11/zktorrent.yml jackett indexers as of 96cbc379193e46344cbc68e97721e936b8b4441c [2025-12-06T00:09:00Z] Modified Indexers: definitions/v11/52bt.yml definitions/v11/fappaizuri.yml definitions/v11/rudub.yml definitions/v11/torrentqq.yml --- definitions/v11/52bt.yml | 8 +- definitions/v11/animelovers-api.yml | 201 ---------------------------- definitions/v11/darkpeers.yml | 2 +- definitions/v11/extratorrent-st.yml | 1 + definitions/v11/fappaizuri.yml | 2 +- definitions/v11/matrix.yml | 4 +- definitions/v11/nortorrent.yml | 6 +- definitions/v11/rudub.yml | 24 ++-- definitions/v11/torrentqq.yml | 8 +- definitions/v11/zetorrents.yml | 8 +- definitions/v11/zktorrent.yml | 6 +- 11 files changed, 35 insertions(+), 235 deletions(-) delete mode 100644 definitions/v11/animelovers-api.yml diff --git a/definitions/v11/52bt.yml b/definitions/v11/52bt.yml index f90db67da..ec78919fe 100644 --- a/definitions/v11/52bt.yml +++ b/definitions/v11/52bt.yml @@ -8,11 +8,9 @@ encoding: UTF-8 requestDelay: 2 links: # Send any content to 52btbtbt@gmail.com to get the latest address. or visit https://52btbt.icu/ - - https://www.529069.xyz/ - - https://www.529067.xyz/ + - https://www.529070.xyz/ + - https://www.529071.xyz/ legacylinks: - - https://www.529052.xyz/ - - https://www.529053.xyz/ - https://www.529055.xyz/ - https://www.529057.xyz/ - https://www.529056.xyz/ @@ -27,6 +25,8 @@ legacylinks: - https://www.529066.xyz/ - https://www.529065.xyz/ - https://www.529068.xyz/ + - https://www.529069.xyz/ + - https://www.529067.xyz/ caps: categorymappings: diff --git a/definitions/v11/animelovers-api.yml b/definitions/v11/animelovers-api.yml deleted file mode 100644 index 0196b688d..000000000 --- a/definitions/v11/animelovers-api.yml +++ /dev/null @@ -1,201 +0,0 @@ ---- -id: animelovers-api -name: AnimeLovers (API) -description: "AnimeLovers is a Private tracker for ANIME / MANGA / DOUNGUA / MANHWA" -language: en-US -type: private -encoding: UTF-8 -links: - - https://animelovers.club/ - -caps: - categorymappings: - - {id: 1, cat: Movies/Other, desc: "Anime Movies"} - - {id: 2, cat: TV/Anime, desc: "Anime Series"} - - {id: 3, cat: TV/Anime, desc: "Anime OVA"} - - {id: 11, cat: TV/Anime, desc: "Donghua Anime"} - - {id: 9, cat: XXX, desc: "Doujinshi"} - - {id: 4, cat: Books/Comics, desc: "Manhua/Manhwa"} - - {id: 8, cat: Books/Comics, desc: "Manga"} - - {id: 7, cat: XXX, desc: "Hentai"} - - {id: 10, cat: Audio/Lossless, desc: "Lossless Music"} - - 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 - type: text - label: APIKey - - name: info_key - type: info - label: About your API key - default: "Find or Generate a new API Token by accessing your AnimeLovers account My Settings page and clicking on the API Key tab." - - name: freeleech - type: checkbox - label: Search freeleech only - default: false - - name: single_file_release_use_filename - type: checkbox - label: Use filename as title for single file releases - default: true - - name: sort - type: select - label: Sort requested from site - default: created_at - options: - created_at: created - seeders: seeders - size: size - name: title - - name: type - type: select - label: Order requested from site - default: desc - options: - desc: desc - asc: asc - - name: info_activity - type: info - label: Account Inactivity - default: "In order to not be disabled, you are required to login to AnimeLovers at least once every 90 days." - -login: - path: /api/torrents - method: get - error: - - selector: a[href*="/login"] - message: - text: "The API key was not accepted by {{ .Config.sitelink }}." - - selector: :root:contains("Account is Banned") - -search: - paths: - # https://hdinnovations.github.io/UNIT3D/torrent_api.html - # https://github.com/HDInnovations/UNIT3D/blob/master/app/Http/Controllers/API/TorrentController.php#L657 - - path: api/torrents/filter - response: - type: json - - headers: - Authorization: ["Bearer {{ .Config.apikey }}"] - - inputs: - # if we have an id based search, add Season and Episode as query in name for UNIT3D < v6. Else pass S/E Params for UNIT3D >= v6 - $raw: "{{ range .Categories }}&categories[]={{.}}{{end}}" - name: "{{ .Keywords }}" - seasonNumber: "{{ .Query.Season }}" - episodeNumber: "{{ .Query.Ep }}" - imdbId: "{{ .Query.IMDBIDShort }}" - tmdbId: "{{ .Query.TMDBID }}" - tvdbId: "{{ .Query.TVDBID }}" - "free[]": "{{ if .Config.freeleech }}100{{ else }}{{ end }}" - sortField: "{{ .Config.sort }}" - sortDirection: "{{ .Config.type }}" - perPage: 100 - - keywordsfilters: - - name: re_replace - args: ["\\.", " "] - - rows: - selector: data - attribute: attributes - - fields: - category: - selector: category_id - title_optional: - selector: name - title_filename: - selector: "files[0].name" - optional: true - files: - selector: num_file - title: - text: "{{ if and (.Config.single_file_release_use_filename) (eq .Result.files \"1\") (.Result.title_filename) }}{{ .Result.title_filename }}{{ else }}{{ .Result.title_optional }}{{ end }}" - details: - selector: details_link - download: - selector: download_link - infohash: - selector: info_hash - poster: - selector: meta.poster - filters: - - name: replace - args: ["https://via.placeholder.com/90x135", ""] - imdbid: - selector: imdb_id - tmdbid: - selector: tmdb_id - tvdbid: - selector: tvdb_id - genre: - selector: meta.genres - filters: - - name: re_replace - args: ["(?i)(Science Fiction)", "Science_Fiction"] - - name: re_replace - args: ["(?i)(TV Movie)", "TV_Movie"] - - name: replace - args: [" & ", "_&_"] - _internal: - selector: internal - case: - False: "{{ .False }}" - True: "{{ .True }}" - description: - text: "{{ if .Result._internal }}Internal{{ else }}{{ end }}{{ if and .Result._internal .Result.genre }} | {{ else }}{{ end }}{{ .Result.genre }}" - seeders: - selector: seeders - leechers: - selector: leechers - grabs: - selector: times_completed - date: - # "created_at": "2021-10-18T00:34:50.000000Z" is returned by Newtonsoft.Json.Linq as 18/10/2021 00:34:50 - selector: created_at - filters: - - name: append - args: " +00:00" # GMT - - name: dateparse - args: "MM/dd/yyyy HH:mm:ss zzz" - size: - selector: size - _featured: - selector: featured - case: - False: "{{ .False }}" - True: "{{ .True }}" - downloadvolumefactor_freeleech: - # api returns 0%, 25%, 50%, 75%, 100% - selector: freeleech - case: - 0%: 1 # not free - 25%: 0.75 - 50%: 0.5 - 75%: 0.25 - 100%: 0 # freeleech - "*": 0 # catch errors - downloadvolumefactor: - text: "{{ if .Result._featured }}0{{ else }}{{ .Result.downloadvolumefactor_freeleech }}{{ end }}" - uploadvolumefactor_double_upload: - # api returns False, True - selector: double_upload - case: - False: 1 # normal - True: 2 # double - uploadvolumefactor: - text: "{{ if .Result._featured }}2{{ else }}{{ .Result.uploadvolumefactor_double_upload }}{{ end }}" -# global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio -# minimumratio: -# text: 0.4 - minimumseedtime: - # 7 days (as seconds = 7 x 24 x 60 x 60) - text: 604800 -# json UNIT3D 9.1.5 diff --git a/definitions/v11/darkpeers.yml b/definitions/v11/darkpeers.yml index 1b5cec374..797ad8a64 100644 --- a/definitions/v11/darkpeers.yml +++ b/definitions/v11/darkpeers.yml @@ -194,4 +194,4 @@ search: minimumseedtime: # 6 days (as seconds = 6 x 24 x 60 x 60) text: 518400 -# json UNIT3D 9.1.7 +# json UNIT3D 9.2.0 diff --git a/definitions/v11/extratorrent-st.yml b/definitions/v11/extratorrent-st.yml index e32a022c9..3c1365e99 100644 --- a/definitions/v11/extratorrent-st.yml +++ b/definitions/v11/extratorrent-st.yml @@ -30,6 +30,7 @@ caps: - {id: Dubbed Movies, cat: Movies/Foreign, desc: Movies Dubbed} - {id: Ebooks, cat: Books/EBook, desc: Books Ebook} - {id: English-translated, cat: TV/Anime, desc: Anime English-translated} + - {id: Episodes HD, cat: TV/HD, desc: Episodes HD} - {id: Games, cat: XXX/Other, desc: Adult Games} - {id: Hentai, cat: XXX/Other, desc: Adult Hentai} - {id: Highres Movies, cat: Movies/HD, desc: Movies HD} diff --git a/definitions/v11/fappaizuri.yml b/definitions/v11/fappaizuri.yml index 2890d74e2..6e92f974b 100644 --- a/definitions/v11/fappaizuri.yml +++ b/definitions/v11/fappaizuri.yml @@ -92,7 +92,7 @@ search: # 0 active, 1 incldead, 2 onlydead incldead: 1 # 0 all, 1 notfree, 2 onlyfree - freeleech: "{{ if .Config.freeleech }}{{ .Config.freeleech }}2{{ else }}0{{ end }}" + freeleech: "{{ if .Config.freeleech }}2{{ else }}0{{ end }}" lang: "{{ .Config.lang }}" sort: "{{ .Config.sort }}" order: "{{ .Config.type }}" diff --git a/definitions/v11/matrix.yml b/definitions/v11/matrix.yml index 437b067c6..d77b6dd45 100644 --- a/definitions/v11/matrix.yml +++ b/definitions/v11/matrix.yml @@ -15,7 +15,7 @@ caps: - {id: 23, cat: Movies/Other, desc: "Animációk"} # - {id: 61, cat: Movies/Other, desc: "Cam/EN"} - {id: 60, cat: Movies/Other, desc: "Cam/HU"} -# - {id: 45, cat: Books/EBook, desc: "eBook/EN"} + - {id: 45, cat: Books/EBook, desc: "eBook/EN"} - {id: 40, cat: Books/EBook, desc: "eBook/HU"} # - {id: 20, cat: Movies/DVD, desc: "Film/DVD9"} - {id: 48, cat: Movies/HD, desc: "Film/EN/1080p"} @@ -125,7 +125,7 @@ search: img[src="/pic/categories/cat_anime.gif"]: 23 # img[src="/pic/categories/061.png"]: 61 img[src="/pic/categories/061.png"]: 60 -# img[]: 45 + img[src="/pic/categories/017.png"]: 45 img[src="/pic/categories/016.png"]: 40 # img[]: 20 img[src="/pic/categories/010.png"]: 48 diff --git a/definitions/v11/nortorrent.yml b/definitions/v11/nortorrent.yml index a3486b571..1e733dd0b 100644 --- a/definitions/v11/nortorrent.yml +++ b/definitions/v11/nortorrent.yml @@ -10,7 +10,7 @@ type: public encoding: UTF-8 # to fetch current domain use https://www.rantop.org/ links: - - https://ww1-nortorrent.me/ + - https://ww1-nortorrent.town/ legacylinks: # latest domains list - https://www.rantop.org/ @@ -26,8 +26,6 @@ legacylinks: - https://www.site-torrent.com/ - https://www.rantop.my/ # actual legacylinks - - https://www.torrent9.ke/ - - https://www.torrent9.gdn/ - https://www.torrent9.men/ - https://www.torrent9.icu/ - https://www-torrent9.com/ @@ -41,6 +39,8 @@ legacylinks: - https://www.nortorrent.net/ - https://www.nortorrent.town/ - https://nortorrent-proxy.site/ + - https://ww1-nortorrent.me/ + - https://www.nortorrent.rent/ caps: categorymappings: diff --git a/definitions/v11/rudub.yml b/definitions/v11/rudub.yml index 5ed0d0a95..198ad22e6 100644 --- a/definitions/v11/rudub.yml +++ b/definitions/v11/rudub.yml @@ -8,19 +8,10 @@ language: ru-RU type: semi-private encoding: windows-1251 followredirect: true +# alternate TLDs are: buzz, homes, mom, online, shop, top and xyz links: - - https://dec03.rudub.world/ + - https://dec08.rudub.bet/ legacylinks: - - https://nov18.rudub.pics/ - - http://nov19.rudub.pics/ - - https://nov19.rudub.pics/ - - http://nov20.rudub.pics/ - - https://nov20.rudub.pics/ - - http://nov21.rudub.pics/ - - https://nov21.rudub.pics/ - - http://nov22.rudub.pics/ - - https://nov22.rudub.pics/ - - http://nov23.rudub.pics/ - https://nov23.rudub.pics/ - http://nov24.rudub.pics/ - https://nov24.rudub.pics/ @@ -41,6 +32,17 @@ legacylinks: - http://dec02.rudub.world/ - https://dec02.rudub.world/ - http://dec03.rudub.world/ + - https://dec03.rudub.world/ + - http://dec04.rudub.world/ + - https://dec04.rudub.world/ + - http://dec05.rudub.world/ + - https://dec05.rudub.world/ + - http://dec06.rudub.world/ + - https://dec06.rudub.world/ + - http://dec07.rudub.world/ + - https://dec07.rudub.world/ + - http://dec08.rudub.world/ + - https://dec08.rudub.world/ caps: categorymappings: - {id: 1, cat: TV, desc: "TV"} diff --git a/definitions/v11/torrentqq.yml b/definitions/v11/torrentqq.yml index 3acf2674e..8df75d98e 100644 --- a/definitions/v11/torrentqq.yml +++ b/definitions/v11/torrentqq.yml @@ -7,13 +7,11 @@ type: public encoding: UTF-8 followredirect: true links: - - https://torrentqq396.com/ - - https://torrentegg84.com/ + - https://torrentqq397.com/ + - https://torrentegg85.com/ legacylinks: - - https://torrentegg69.com/ - https://torrentegg70.com/ - https://torrentegg71.com/ - - https://torrentqq381.com/ - https://torrentqq382.com/ - https://torrentegg72.com/ - https://torrentegg73.com/ @@ -40,6 +38,8 @@ legacylinks: - https://torrentqq394.com/ - https://torrentqq395.com/ - https://torrentegg83.com/ + - https://torrentqq396.com/ + - https://torrentegg84.com/ caps: categorymappings: diff --git a/definitions/v11/zetorrents.yml b/definitions/v11/zetorrents.yml index e1dab647c..53c164dd5 100644 --- a/definitions/v11/zetorrents.yml +++ b/definitions/v11/zetorrents.yml @@ -7,7 +7,7 @@ type: public encoding: UTF-8 # to fetch current domain use https://www.rantop.org/ links: - - https://ww1-zetorrents.me/ + - https://ww1-zetorrents.town/ legacylinks: # latest domains list - https://www.rantop.org/ @@ -22,10 +22,6 @@ legacylinks: - https://www.site-torrent.com/ - https://www.rantop.my/ # actual legacylinks - - https://www.zetorrents.ch/ - - https://zetorrents.mrunblock.bond/ - - https://zetorrents.nocensor.cloud/ - - https://www.zetorrents.pw/ - https://www.zetorrents.tw/ - https://www.zetorrents.in/ - https://www.zetorrents.vg/ @@ -39,6 +35,8 @@ legacylinks: - https://www.zetorrents2.com/ - https://www.zetorrents.town/ - https://zetorrents-proxy.site/ + - https://ww1-zetorrents.me/ + - https://www.zetorrents.rent/ caps: categories: diff --git a/definitions/v11/zktorrent.yml b/definitions/v11/zktorrent.yml index c2932f98c..4afe61d22 100644 --- a/definitions/v11/zktorrent.yml +++ b/definitions/v11/zktorrent.yml @@ -9,7 +9,7 @@ type: public encoding: UTF-8 # to fetch current domain use https://www.rantop.org/ links: - - https://ww1-zktorrent.me/ + - https://ww1-zktorrent.town/ legacylinks: # latest domains list - https://www.rantop.org/ @@ -25,8 +25,6 @@ legacylinks: - https://www.site-torrent.com/ - https://www.rantop.my/ # actual legacylinks - - https://www.gktorrent.cz/ - - https://www.gktorrent.ke/ - https://www.gktorrent.cv/ - https://wvw-gktorrent.com/ - https://www-gktorrent.com/ @@ -40,6 +38,8 @@ legacylinks: - https://www.zktorrent6.com/ - https://www.zktorrent.town/ - https://zktorrent-proxy.site/ + - https://ww1-zktorrent.me/ + - https://www.zktorrent.rent/ caps: categorymappings: