-
-
Notifications
You must be signed in to change notification settings - Fork 67
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 0c68408d64b9935865883e387174c0601cd0a977 [2024…
…-09-09T23:51:14Z]
- Loading branch information
1 parent
d319ece
commit ef9fb96
Showing
12 changed files
with
120 additions
and
33 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
--- | ||
id: magnetcat | ||
name: Magnet Cat | ||
description: "Magnet Cat is a Public Tracker for MOVIES / TV / GENERAL" | ||
language: en-US | ||
type: public | ||
encoding: UTF-8 | ||
links: | ||
- https://magnetcatcat.com/ | ||
|
||
caps: | ||
categorymappings: | ||
- {id: 影视, cat: TV, desc: 影视} | ||
- {id: 影视, cat: Movies, desc: 影视} | ||
- {id: 音乐, cat: Audio, desc: 音乐} | ||
- {id: 图像, cat: Other, desc: 图像} | ||
- {id: 文档书籍, cat: Books, desc: 文档书籍} | ||
- {id: 压缩文件, cat: Other, desc: 压缩文件} | ||
- {id: 安装包, cat: PC, desc: 安装包} | ||
- {id: 其他, cat: Other, desc: 其他} | ||
|
||
modes: | ||
search: [q] | ||
tv-search: [q, season, ep] | ||
movie-search: [q] | ||
music-search: [q] | ||
book-search: [q] | ||
|
||
settings: | ||
- name: cat-id | ||
type: select | ||
label: Category | ||
default: 0 | ||
options: | ||
0: All categories | ||
1: Movies and TV shows | ||
2: Music | ||
3: Images | ||
4: Documents and books | ||
5: Compressed files | ||
6: Installer packages | ||
7: Other | ||
- name: sort | ||
type: select | ||
label: Sort requested from site | ||
default: 2 | ||
options: | ||
2: created | ||
1: size | ||
0: relevance | ||
|
||
search: | ||
paths: | ||
- path: "search-{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}-{{ .Config.cat-id }}-{{ .Config.sort }}-1.html" | ||
error: | ||
- selector: :root:contains("Internal Server Error") | ||
|
||
rows: | ||
selector: div.ssbox | ||
|
||
fields: | ||
categorydesc: | ||
selector: div.title > h3 > span | ||
filters: | ||
- name: re_replace | ||
args: ["([\\[\\]]+)", ""] | ||
title: | ||
selector: a[href^="/hash/"] | ||
details: | ||
selector: a[href^="/hash/"] | ||
attribute: href | ||
magnet: | ||
selector: a[href^="magnet:?xt="] | ||
attribute: href | ||
date: | ||
selector: div.sbar > span:contains("Date added:") > b | ||
filters: | ||
- name: append | ||
args: " +08:00" # CST | ||
- name: dateparse | ||
args: "yyyy-MM-dd zzz" | ||
size: | ||
selector: div.sbar > span:contains("Size:") > b | ||
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