Skip to content

Commit

Permalink
jackett indexers as of 41dd4ea48ee92ad33ddd7c0577bb76e79f783fbc
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerboy448 committed Jun 17, 2024
1 parent a2b91f6 commit 77cc2a4
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions definitions/v9/icc2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,20 @@ description: "ICC2022 (冰淇淋) is a CHINESE Private Torrent Tracker for HD MO
language: zh-CN
type: private
encoding: UTF-8
requestDelay: 2
links:
- https://www.icc2022.com/

caps:
categorymappings:
- {id: 401, cat: Movies, desc: "Movies/电影", default: true}
- {id: 404, cat: TV/Documentary, desc: "Documentaries/纪录片", default: true}
- {id: 405, cat: TV/Anime, desc: "Animations/动漫", default: true}
- {id: 402, cat: TV, desc: "TV Series/电视剧", default: true}
- {id: 403, cat: TV, desc: "TV Shows/综艺", default: true}
- {id: 406, cat: Audio/Video, desc: "MusicVideo/MV", default: true}
- {id: 407, cat: TV/Sport, desc: "Sports/体育", default: true}
- {id: 409, cat: Other, desc: "Misc/其他", default: true}
- {id: 408, cat: Audio, desc: "Music/音乐", default: true}
# special
- {id: 410, cat: Movies, desc: "Video/视频资料", default: false}
- {id: 411, cat: Audio, desc: "Audio/音频资料", default: false}
- {id: 412, cat: Other, desc: "Other/其他资料", default: false}
- {id: 408, cat: Audio, desc: "Music/音乐"}
- {id: 409, cat: Other, desc: "Misc/其他"}
- {id: 407, cat: TV/Sport, desc: "Sports/体育"}
- {id: 406, cat: Audio/Video, desc: "MusicVideo/MV"}
- {id: 403, cat: TV, desc: "TV Shows/综艺"}
- {id: 402, cat: TV, desc: "TV Series/电视剧"}
- {id: 405, cat: TV/Anime, desc: "Animations/动漫"}
- {id: 404, cat: TV/Documentary, desc: "Documentaries/纪录片"}
- {id: 401, cat: Movies, desc: "Movies/电影"}

modes:
search: [q]
Expand Down Expand Up @@ -100,9 +95,6 @@ login:
search:
paths:
- path: torrents.php
categories: [401, 402, 403, 404, 405, 406, 407, 408, 409]
- path: special.php
categories: [410, 411, 412]
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 }}"
Expand Down

0 comments on commit 77cc2a4

Please sign in to comment.