2020-04-20 06:04:11 +00:00
---
2020-05-11 19:59:28 +00:00
id : haidan
2020-05-10 20:05:19 +00:00
name : HaiDan
description : "HaiDan is a CHINESE Private Torrent Tracker for HD MOVIES / TV"
language : zh-cn
type : private
encoding : UTF-8
links :
- https://www.haidan.video/
legacylinks :
- https://www.haidan.cc/
2020-04-20 06:04:11 +00:00
2020-05-10 20:05:19 +00:00
caps :
categorymappings :
- {id: 404, cat: TV/Documentary, desc : "Documentaries(纪录片)" }
2020-06-30 22:08:33 +00:00
- {id: 401, cat: Movies, desc : "Movies(电影)" }
2020-05-10 20:05:19 +00:00
- {id: 405, cat: TV/Anime, desc : "Animations(动画片)" }
- {id: 402, cat: TV, desc : "TV Series(电视剧)" }
- {id: 403, cat: TV, desc : "TV Shows(综艺)" }
- {id: 406, cat: Audio/Video, desc : "Music Videos(MV)" }
- {id: 407, cat: TV/Sport, desc : "Sports(体育)" }
- {id: 409, cat: Other, desc : "Misc(其他)" }
- {id: 408, cat: Audio, desc : "HQ Audio(音乐)" }
2020-04-20 06:04:11 +00:00
2020-05-10 20:05:19 +00:00
modes :
2020-10-19 03:56:16 +00:00
search : [ q]
2020-05-10 20:05:19 +00:00
tv-search : [ q, season, ep, imdbid]
movie-search : [ q, imdbid]
music-search : [ q]
2020-04-20 06:04:11 +00:00
2020-05-10 20:05:19 +00:00
settings :
- name : username
type : text
label : Username
- name : password
type : password
label : Password
2020-09-09 07:02:34 +00:00
- name : freeleech
type : checkbox
label : Search freeleech only
default : false
2020-05-10 20:05:19 +00:00
- name : sort
type : select
label : Sort requested from site
2020-10-23 18:32:22 +00:00
default : 4
2020-05-10 20:05:19 +00:00
options :
2020-10-23 18:32:22 +00:00
4 : created
7 : seeders
5 : size
1 : title
2020-05-10 20:05:19 +00:00
- name : type
type : select
label : Order requested from site
2020-10-23 18:32:22 +00:00
default : desc
2020-05-10 20:05:19 +00:00
options :
2020-10-23 18:32:22 +00:00
desc : desc
asc : asc
2020-05-25 03:43:09 +00:00
- 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.
2020-06-30 22:08:33 +00:00
- name : info_indexer
type : info
label : Alert
default : HaiDan has switched to a <b>group</b> torrent list, which means this Indexer can only display the first item in each group.<br>This <b>yml</b> Indexer will eventually be re-written in c# as soon as a c# dev volunteers, to display all items in a group.
2020-04-20 06:04:11 +00:00
2020-05-10 20:05:19 +00:00
login :
path : login.php
method : form
form : form[action="takelogin.php"]
captcha :
type : image
selector : img[alt="CAPTCHA"]
input : imagestring
inputs :
username : "{{ .Config.username }}"
password : "{{ .Config.password }}"
logout : ""
securelogin : ""
ssl : yes
trackerssl : yes
error :
- selector : td.embedded:has(h2:contains("失败"))
test :
path : index.php
selector : a[href*="logout.php"]
2020-04-20 06:04:11 +00:00
2020-05-10 20:05:19 +00:00
search :
paths :
- path : torrents.php
inputs :
$raw : "{{ range .Categories }}cat{{.}}=1&{{end}}"
2020-09-09 07:02:34 +00:00
search : "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
# 0 incldead, 1 active, 2 dead
2020-05-10 20:05:19 +00:00
incldead : 0
2020-09-09 07:02:34 +00:00
# 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 .Query.IMDBID }}4{{ else }}0{{ end }}"
# 0 AND, 1 OR, 2 exact
2020-05-10 20:05:19 +00:00
search_mode : 0
sort : "{{ .Config.sort }}"
type : "{{ .Config.type }}"
2020-06-30 22:08:33 +00:00
# supports search using imdbid, does not return imdb links in results
2020-04-20 06:04:11 +00:00
2020-05-10 20:05:19 +00:00
rows :
2020-06-30 22:08:33 +00:00
selector : div.torrent_panel > div.torrent_group > div.group_content
2020-04-20 06:04:11 +00:00
2020-05-10 20:05:19 +00:00
fields :
category :
selector : a[href^="?cat="]
attribute : href
filters :
- name : querystring
args : cat
2020-06-30 22:08:33 +00:00
year :
2020-05-10 20:05:19 +00:00
optional : true
2020-06-30 22:08:33 +00:00
selector : div.video_year
filters :
- name : replace
args : [ "年份:" , " " ]
_title :
selector : a.video_name_str
title :
text : "{{ .Result._title }}{{ .Result.year }}"
2020-05-10 20:05:19 +00:00
details :
2020-06-30 22:08:33 +00:00
selector : a.video_name_str
2020-05-10 20:05:19 +00:00
attribute : href
download :
selector : a[href^="download.php?id="]
attribute : href
2020-06-30 22:08:33 +00:00
description :
2020-05-10 20:05:19 +00:00
optional : true
2020-06-30 22:08:33 +00:00
selector : div.torrent_name_col > a
banner :
optional : true
selector : img#poster
attribute : data-src
2020-05-10 20:05:19 +00:00
date :
# time type: time elapsed (default)
2020-06-30 22:08:33 +00:00
selector : div.time_col > span[title]
2020-05-10 20:05:19 +00:00
attribute : title
optional : true
filters :
- name : append
2020-10-03 03:08:52 +00:00
args : " +08:00" #CST
2020-05-10 20:05:19 +00:00
- name : dateparse
args : "2006-01-02 15:04:05 -07:00"
date :
# time added
2020-06-30 22:08:33 +00:00
selector : div.time_col:not(:has(span))
2020-05-10 20:05:19 +00:00
optional : true
filters :
- name : append
2020-10-03 03:08:52 +00:00
args : " +08:00" # CST
2020-05-10 20:05:19 +00:00
- name : dateparse
2020-06-30 22:08:33 +00:00
args : "2006-01-02 15:04:05 -07:00"
2020-05-10 20:05:19 +00:00
size :
2020-06-30 22:08:33 +00:00
# group size. item size
selector : div.group > div.video_size, div.torrent_item > div.video_size
2020-05-10 20:05:19 +00:00
seeders :
2020-06-30 22:08:33 +00:00
selector : div.group > div.seeder_col, div.torrent_item > div.seeder_col
2020-05-10 20:05:19 +00:00
leechers :
2020-06-30 22:08:33 +00:00
selector : div.group > div.leecher_col, div.torrent_item > div.leecher_col
2020-05-10 20:05:19 +00:00
grabs :
2020-06-30 22:08:33 +00:00
selector : div.group > div.snatched_col, div.torrent_item > div.snatched_col
2020-05-10 20:05:19 +00:00
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
2020-06-30 22:08:33 +00:00
# NexusPHP Standard v1.5 Beta 4 customised