完善好多油部分规则,支持签到获取个人数据以及拉取免费种子

This commit is contained in:
ngfchl
2022-10-13 10:12:24 +08:00
parent 3f753cbd55
commit 80a04b1d18
2 changed files with 28 additions and 28 deletions

14
pt.json
View File

@@ -3480,17 +3480,17 @@
"pk": 50,
"fields": {
"created_at": "2022-08-27T17:36:00.453",
"updated_at": "2022-09-28T14:19:49.803",
"updated_at": "2022-10-13T10:11:38.373",
"url": "https://pt.hdupt.com/",
"name": "好多油",
"logo": "https://pt.hdupt.com/favicon.ico",
"tracker": "hdupt.com",
"sign_in_support": true,
"get_torrent_support": false,
"get_torrent_support": true,
"get_userinfo_support": true,
"search_support": false,
"page_default": "torrents.php",
"page_sign_in": "attendance.php",
"page_sign_in": "added.php?action=qiandao",
"page_control_panel": "usercp.php",
"page_detail": "details.php?id={}",
"page_download": "download.php?id={}",
@@ -3503,13 +3503,13 @@
"page_mybonus": "mybonus.php",
"page_viewfilelist": "viewfilelist.php?id={}",
"page_viewpeerlist": "viewpeerlist.php?id={}",
"sign_in_method": "get",
"sign_in_method": "post",
"sign_in_captcha": false,
"sign_in_params": "{}",
"sign_in_headers": "{}",
"hr": false,
"hr_rate": 2,
"hr_time": 10,
"hr_rate": 1,
"hr_time": 48,
"sp_full": 0.0,
"limit_speed": 100,
"torrents_rule": "//table[@class=\"torrents\"]/tr",
@@ -3544,7 +3544,7 @@
"my_level_rule": "//span[@class=\"medium\"]/span[@class=\"nowrap\"]/a[contains(@class,\"_Name\")]/@class",
"my_passkey_rule": "//td[contains(text(),\"密钥\")]/following-sibling::td[1]/text()",
"my_uid_rule": "//a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@href",
"my_hr_rule": "//tr[14]/td[2]/a/text()",
"my_hr_rule": "//a[@href=\"myhr.php\"]//text()",
"leech_rule": "//img[@class=\"arrowdown\"]/following-sibling::text()[1]",
"seed_rule": "//img[@class=\"arrowup\"]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",