更新多站规则,修复部分数据获取有误的问题

This commit is contained in:
ngfchl
2022-10-11 23:04:54 +08:00
parent ef4b25e795
commit 1e8c1c53c3
2 changed files with 337 additions and 214 deletions

View File

@@ -2,7 +2,7 @@
{
"id": 1,
"created_at": "2022-07-17 10:22:03.474000",
"updated_at": "2022-09-28 14:19:49.679044",
"updated_at": "2022-10-11 22:46:52.005016",
"name": "阿童木",
"url": "https://hdatmos.club/",
"logo": "https://hdatmos.club/favicon.ico",
@@ -64,7 +64,7 @@
"my_level_rule": "//table[@id=\"info_block\"]//span/a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@class",
"my_hr_rule": "//a[@href=\"myhr.php\"]//text()",
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
"seed_rule": "/html/body/b/text()",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[3]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
@@ -78,7 +78,7 @@
{
"id": 2,
"created_at": "2022-07-17 10:24:21.376000",
"updated_at": "2022-09-28 14:19:49.682570",
"updated_at": "2022-09-28 14:19:49.682000",
"name": "猪猪网",
"url": "https://piggo.me/",
"logo": "https://piggo.me/favicon.ico",
@@ -154,7 +154,7 @@
{
"id": 3,
"created_at": "2022-07-17 10:24:59.754000",
"updated_at": "2022-09-28 14:19:49.685507",
"updated_at": "2022-09-28 14:19:49.685000",
"name": "BT学校",
"url": "https://pt.btschool.club/",
"logo": "https://pt.btschool.club/favicon.ico",
@@ -230,7 +230,7 @@
{
"id": 5,
"created_at": "2022-07-17 10:27:30.380000",
"updated_at": "2022-09-28 14:19:49.688755",
"updated_at": "2022-10-11 22:51:20.374448",
"name": "1PT",
"url": "https://1ptba.com/",
"logo": "https://1ptba.com/favicon.ico",
@@ -292,7 +292,7 @@
"my_level_rule": "//tr/td/span/span/a/@class",
"my_hr_rule": "//table/tr[14]/td[2]/a/text()",
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
"seed_rule": "/html/body/b/text()",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[4]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
@@ -306,7 +306,7 @@
{
"id": 8,
"created_at": "2022-07-20 10:05:03.493000",
"updated_at": "2022-09-28 14:19:49.691310",
"updated_at": "2022-09-28 14:19:49.691000",
"name": "CarPT",
"url": "https://carpt.net/",
"logo": "https://carpt.net/favicon.ico",
@@ -382,7 +382,7 @@
{
"id": 9,
"created_at": "2022-07-20 10:06:16.029000",
"updated_at": "2022-09-28 14:19:49.693883",
"updated_at": "2022-10-11 21:54:12.906757",
"name": "HDArea",
"url": "https://www.hdarea.co/",
"logo": "https://www.hdarea.co/favicon.ico",
@@ -432,19 +432,19 @@
"viewpeerlist_rule": ".//tr/td[9]/nobr/text()",
"peer_speed_rule": ".//tr/td[5]/nobr/text()",
"remark": "",
"invitation_rule": "//table/tr[1]/td[2]/a/text()",
"time_join_rule": "//table/tr[2]/td[2]/span/@title",
"latest_active_rule": "//table/tr[3]/td[2]/span/@title",
"uploaded_rule": "//tr[6]/td[2]/table/tr[2]/td[1]/text()",
"downloaded_rule": "//tr[6]/td[2]//table/tr[2]/td[2]/text()",
"ratio_rule": "//tr[6]/td[2]/table/tr/td[1]/font/text()",
"my_sp_rule": "//tr[12]/td[2]/text()",
"invitation_rule": "//span/a[contains(@href,\"invite.php?id=\")]/following-sibling::text()[1]",
"time_join_rule": "//td[contains(text(),\"加入\")]/following-sibling::td[1]//span/@title",
"latest_active_rule": "//td[contains(text(),\"最近\")]/following-sibling::td[1]//span/@title",
"uploaded_rule": "//font[@class=\"color_uploaded\"]/following-sibling::text()[1]",
"downloaded_rule": "//font[@class=\"color_downloaded\"]/following-sibling::text()[1]",
"ratio_rule": "//font[@class=\"color_ratio\"][1]/following-sibling::text()[1]",
"my_sp_rule": "//a[@href=\"mybonus.php\"]/following-sibling::text()[1]",
"hour_sp_rule": "//div[contains(text(),\"每小时\")]/text()[1]",
"my_bonus_rule": "//tr[12]/td[2]/text()",
"my_level_rule": "//tr/td/span/span/a/@class",
"my_hr_rule": "//table/tr[14]/td[2]/text()",
"my_bonus_rule": "//font[@class=\"color_bonus\" and contains(text(),\"积分\")]/following-sibling::text()[1]",
"my_level_rule": "//table[@id=\"info_block\"]//span/a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@class",
"my_hr_rule": "//a[@href=\"myhr.php\"]//text()",
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
"seed_rule": "/html/body/b/text()",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[3]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
@@ -458,7 +458,7 @@
{
"id": 10,
"created_at": "2022-07-20 10:07:13.505000",
"updated_at": "2022-09-28 14:19:49.696440",
"updated_at": "2022-09-28 14:19:49.696000",
"name": "红豆饭",
"url": "https://hdfans.org/",
"logo": "https://hdfans.org/favicon.ico",
@@ -534,7 +534,7 @@
{
"id": 11,
"created_at": "2022-07-20 10:08:12.726000",
"updated_at": "2022-09-28 14:19:49.699194",
"updated_at": "2022-09-28 14:19:49.699000",
"name": "天空",
"url": "https://hdsky.me/",
"logo": "https://hdsky.me/favicon.ico",
@@ -610,7 +610,7 @@
{
"id": 12,
"created_at": "2022-07-20 10:09:18.723000",
"updated_at": "2022-09-28 14:19:49.702080",
"updated_at": "2022-10-11 22:49:23.904712",
"name": "时光",
"url": "https://hdtime.org/",
"logo": "https://hdtime.org/favicon.ico",
@@ -672,7 +672,7 @@
"my_level_rule": "//tr/td/span/span/a/@class",
"my_hr_rule": "//table/tr[114]/td[2]/text()",
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
"seed_rule": "/html/body/b/text()",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[4]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
@@ -686,7 +686,7 @@
{
"id": 13,
"created_at": "2022-07-20 10:09:59.938000",
"updated_at": "2022-09-28 14:19:49.704550",
"updated_at": "2022-10-11 22:48:51.315923",
"name": "Zone",
"url": "https://hdzone.me/",
"logo": "https://hdzone.me/favicon.ico",
@@ -748,7 +748,7 @@
"my_level_rule": "//tr/td/span/span/a/@class",
"my_hr_rule": "//table/tr[13]/td[2]/text()",
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
"seed_rule": "/html/body/b/text()",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[3]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
@@ -762,7 +762,7 @@
{
"id": 14,
"created_at": "2022-07-20 10:11:12.180000",
"updated_at": "2022-09-28 14:19:49.707151",
"updated_at": "2022-09-28 14:19:49.707000",
"name": "冬樱",
"url": "https://wintersakura.net/",
"logo": "https://wintersakura.net/favicon.ico",
@@ -838,7 +838,7 @@
{
"id": 15,
"created_at": "2022-07-20 10:12:13.107000",
"updated_at": "2022-09-28 14:19:49.709658",
"updated_at": "2022-09-28 14:19:49.709000",
"name": "蚂蚁",
"url": "http://hdmayi.com/",
"logo": "http://hdmayi.com/favicon.ico",
@@ -914,7 +914,7 @@
{
"id": 16,
"created_at": "2022-07-20 10:13:15.407000",
"updated_at": "2022-09-28 14:19:49.712280",
"updated_at": "2022-09-28 14:19:49.712000",
"name": "农场",
"url": "https://pt.0ff.cc/",
"logo": "https://pt.0ff.cc/favicon.ico",
@@ -990,7 +990,7 @@
{
"id": 17,
"created_at": "2022-07-20 10:15:59.584000",
"updated_at": "2022-09-28 14:19:49.714805",
"updated_at": "2022-09-28 14:19:49.714000",
"name": "铂金学院",
"url": "https://ptchina.org/",
"logo": "https://ptchina.org/favicon.ico",
@@ -1066,7 +1066,7 @@
{
"id": 18,
"created_at": "2022-07-20 10:58:58.928000",
"updated_at": "2022-09-28 14:19:49.730118",
"updated_at": "2022-09-28 14:19:49.730000",
"name": "马杀鸡",
"url": "https://pt.msg.vg/",
"logo": "https://pt.msg.vg/favicon.ico",
@@ -1142,7 +1142,7 @@
{
"id": 19,
"created_at": "2022-07-20 11:03:57.583000",
"updated_at": "2022-09-28 14:19:49.732977",
"updated_at": "2022-09-28 14:19:49.732000",
"name": "时间",
"url": "https://www.pttime.org/",
"logo": "https://www.pttime.org/favicon.ico",
@@ -1218,7 +1218,7 @@
{
"id": 20,
"created_at": "2022-07-20 11:06:11.901000",
"updated_at": "2022-09-28 14:19:49.739673",
"updated_at": "2022-09-28 14:19:49.739000",
"name": "欧申",
"url": "http://www.oshen.win/",
"logo": "http://www.oshen.win/favicon.ico",
@@ -1294,7 +1294,7 @@
{
"id": 21,
"created_at": "2022-07-20 11:12:51.331000",
"updated_at": "2022-09-28 14:19:49.742472",
"updated_at": "2022-09-28 14:19:49.742000",
"name": "海棠",
"url": "https://www.htpt.cc/",
"logo": "https://www.htpt.cc/favicon.ico",
@@ -1370,7 +1370,7 @@
{
"id": 22,
"created_at": "2022-07-20 11:17:25.992000",
"updated_at": "2022-09-28 14:19:49.745092",
"updated_at": "2022-10-11 22:50:45.102714",
"name": "烧包",
"url": "https://ptsbao.club/",
"logo": "https://ptsbao.club/favicon.ico",
@@ -1432,7 +1432,7 @@
"my_level_rule": "//tr/td/span/span/a/@class",
"my_hr_rule": "//table/tr[13]/td[2]/text()",
"leech_rule": "//img[@class=\"downloading\"][1]/following-sibling::text()[1]",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"seed_rule": "//img[@class=\"uploading\"][1]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[3]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
@@ -1446,7 +1446,7 @@
{
"id": 23,
"created_at": "2022-07-20 11:25:55.869000",
"updated_at": "2022-09-28 14:19:49.747643",
"updated_at": "2022-09-28 14:19:49.747000",
"name": "百川",
"url": "https://www.hitpt.com/",
"logo": "https://www.hitpt.com/favicon.ico",
@@ -1522,7 +1522,7 @@
{
"id": 24,
"created_at": "2022-07-20 11:27:42.866000",
"updated_at": "2022-09-28 14:19:49.750222",
"updated_at": "2022-09-28 14:19:49.750000",
"name": "聆音",
"url": "https://pt.soulvoice.club/",
"logo": "https://pt.soulvoice.club/favicon.ico",
@@ -1598,7 +1598,7 @@
{
"id": 25,
"created_at": "2022-07-20 11:28:54.234000",
"updated_at": "2022-09-28 14:19:49.752561",
"updated_at": "2022-09-28 14:19:49.752000",
"name": "备胎",
"url": "https://www.beitai.pt/",
"logo": "https://www.beitai.pt/favicon.ico",
@@ -1674,7 +1674,7 @@
{
"id": 26,
"created_at": "2022-07-20 23:48:14.437000",
"updated_at": "2022-09-28 14:19:49.755030",
"updated_at": "2022-09-28 14:19:49.755000",
"name": "观众",
"url": "https://audiences.me/",
"logo": "https://audiences.me/favicon.ico",
@@ -1750,7 +1750,7 @@
{
"id": 28,
"created_at": "2022-07-20 23:51:03.848000",
"updated_at": "2022-09-28 14:19:49.757434",
"updated_at": "2022-09-28 14:19:49.757000",
"name": "丐帮",
"url": "https://gainbound.net/",
"logo": "https://gainbound.net/favicon.ico",
@@ -1826,7 +1826,7 @@
{
"id": 29,
"created_at": "2022-07-20 23:51:54.709000",
"updated_at": "2022-09-28 14:19:49.759756",
"updated_at": "2022-09-28 14:19:49.759000",
"name": "海胆",
"url": "https://www.haidan.video/",
"logo": "https://www.haidan.video/public/pic/favicon.ico",
@@ -1902,7 +1902,7 @@
{
"id": 30,
"created_at": "2022-07-20 23:52:34.568000",
"updated_at": "2022-09-28 14:19:49.762261",
"updated_at": "2022-09-28 14:19:49.762000",
"name": "HD杜比",
"url": "https://www.hddolby.com/",
"logo": "https://gitee.com/ngfchl/icons/raw/master/pt_site/hddolby.ico",
@@ -1978,7 +1978,7 @@
{
"id": 31,
"created_at": "2022-07-20 23:53:30.271000",
"updated_at": "2022-09-28 14:19:49.764624",
"updated_at": "2022-09-28 14:19:49.764000",
"name": "海带",
"url": "https://www.hd.ai/",
"logo": "https://www.hd.ai/favicon.png",
@@ -2054,7 +2054,7 @@
{
"id": 32,
"created_at": "2022-07-20 23:55:26.251000",
"updated_at": "2022-09-28 14:19:49.766920",
"updated_at": "2022-09-28 14:19:49.766000",
"name": "MTeam",
"url": "https://kp.m-team.cc/",
"logo": "https://kp.m-team.cc/favicon.ico",
@@ -2130,7 +2130,7 @@
{
"id": 33,
"created_at": "2022-07-20 23:56:40.615000",
"updated_at": "2022-09-28 14:19:49.769212",
"updated_at": "2022-09-28 14:19:49.769000",
"name": "芒果",
"url": "https://www.3wmg.com/",
"logo": "https://www.3wmg.com/favicon.ico",
@@ -2206,7 +2206,7 @@
{
"id": 34,
"created_at": "2022-07-23 19:05:57.166000",
"updated_at": "2022-09-28 14:19:49.771393",
"updated_at": "2022-09-28 14:19:49.771000",
"name": "海豹GPW",
"url": "https://greatposterwall.com/",
"logo": "https://greatposterwall.com/favicon.ico",
@@ -2282,7 +2282,7 @@
{
"id": 35,
"created_at": "2022-07-23 19:10:24.853000",
"updated_at": "2022-09-28 14:19:49.773635",
"updated_at": "2022-10-11 22:44:10.346378",
"name": "白兔hares",
"url": "https://club.hares.top/",
"logo": "https://club.hares.top/favicon.ico",
@@ -2332,33 +2332,33 @@
"viewpeerlist_rule": ".//tr/td[9]/nobr/text()",
"peer_speed_rule": ".//tr/td[5]/nobr/text()",
"remark": "",
"invitation_rule": "//div[@class=\"layui-tab-item layui-show\"]//table[1]/tr[3]/td[4]/a/text()",
"invitation_rule": "//li/i[contains(@title,\"邀请\")]/following::text()[1]",
"time_join_rule": "//td[contains(text(),\"加入日期\")]/following-sibling::td[1]/span/@title",
"latest_active_rule": "//td[contains(text(),\"最近动向\")]/following-sibling::td[1]//span/@title",
"uploaded_rule": "//table[2]/tr[2]/td[4]/text()",
"downloaded_rule": "//table[2]/tr[2]/td[6]/text()",
"ratio_rule": "//table[2]/tr[2]/td[2]/text()",
"my_sp_rule": "//table/tr[2]/td[8]/text()",
"uploaded_rule": "//li/i[contains(@title,\"上传\")]/following::text()[1]",
"downloaded_rule": "//li/i[contains(@title,\"下载\")]/following::text()[1]",
"ratio_rule": "//li/i[contains(@title,\"分享率\")]/following::text()[1]",
"my_sp_rule": "//li/i[contains(@title,\"奶糖\")]/following::text()[1]",
"hour_sp_rule": "//div[contains(text(),\"每小时\")]/text()[1]",
"my_bonus_rule": "//div[@class=\"layui-tab-item layui-show\"]//table[1]/tr[4]/td[2]/text()[1]",
"my_level_rule": "//ul/li[2]/span/text()",
"my_bonus_rule": "//li/i[contains(@title,\"积分\")]/following::text()[1]",
"my_level_rule": "//li/i[contains(@title,\"等级\")]/following::text()[1]",
"my_hr_rule": "//table/tr[14]/td[2]/text()/text()",
"leech_rule": "//ul/li/i[@title=\"下载中\"]/following-sibling::span[@class=\"list-info\"]/text()",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"leech_rule": "//li/i[contains(@title,\"下载中\")]/following::text()[1]",
"seed_rule": "//li/i[contains(@title,\"做种中\")]/following::text()[1]",
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[3]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
"hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()",
"notice_rule": "//a[@href=\"index.php\"]/font[contains(text(),\"条\")]/text()[1]",
"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_uid_rule": "//span/a[contains(text(),\"UID\")]/text()",
"page_control_panel": "usercp.php",
"tracker": "hares.top"
},
{
"id": 36,
"created_at": "2022-07-27 12:59:12.234000",
"updated_at": "2022-09-28 14:19:49.775725",
"updated_at": "2022-09-28 14:19:49.775000",
"name": "老师",
"url": "https://www.nicept.net/",
"logo": "https://www.nicept.net/favicon.ico",
@@ -2434,7 +2434,7 @@
{
"id": 38,
"created_at": "2022-08-02 10:14:26.854000",
"updated_at": "2022-09-28 14:19:49.777874",
"updated_at": "2022-09-28 14:19:49.777000",
"name": "明教",
"url": "https://hdpt.xyz/",
"logo": "https://hdpt.xyz/favicon.ico",
@@ -2510,7 +2510,7 @@
{
"id": 39,
"created_at": "2022-08-12 23:29:07.033000",
"updated_at": "2022-09-28 14:19:49.780332",
"updated_at": "2022-10-11 21:39:47.749365",
"name": "铂金家",
"url": "https://pthome.net/",
"logo": "https://pthome.net/favicon.ico",
@@ -2542,20 +2542,20 @@
"limit_speed": 100,
"torrents_rule": "//table[contains(@class,\"torrents\")]/tr",
"name_rule": ".//td[@class=\"embedded\"]/a/b/text()",
"title_rule": ".//tr/td[1]/span[4]/text()",
"title_rule": ".//td[@class=\"embedded\"]/a[contains(@href,\"detail\")]/parent::td/span[last()]/text()",
"detail_url_rule": ".//td[@class=\"embedded\"]/a[contains(@href,\"detail\")]/@href",
"category_rule": ".//td[@class=\"rowfollow nowrap\"][1]/a[1]/img/@class",
"poster_rule": ".//table/tr/td[1]/img/@src",
"magnet_url_rule": ".//a[contains(@href,\"download\")]/@href",
"download_url_rule": "//td/a[contains(@href,\"downhash\")]/@href",
"size_rule": ".//td[5]/text()",
"magnet_url_rule": ".//a[contains(@href,\"download.php?id=\")]/@href",
"download_url_rule": ".//a[contains(@href,\"download.php?\") and contains(text(),\"passkey\")]/@href",
"size_rule": ".//td[5]//text()",
"hr_rule": ".//table/tr/td/img[@class=\"hitandrun\"]/@title",
"sale_rule": ".//img[contains(@class,\"free\")]/@alt",
"sale_expire_rule": ".//img[contains(@class,\"free\")]/following-sibling::font/span/@title",
"sale_expire_rule": ".//img[contains(@class,\"free\")]/following-sibling::b/span/@title",
"release_rule": ".//td[4]/span/@title",
"seeders_rule": ".//td[6]/b/a/text()",
"leechers_rule": ".//td[7]/b/a/text()",
"completers_rule": ".//td[8]/a/b/text()",
"leechers_rule": ".//a[contains(@href,\"#leechers\")]//text()",
"completers_rule": ".//a[contains(@href,\"viewsnatches\")]//text()",
"viewfilelist_rule": ".//td/text()",
"viewpeerlist_rule": ".//tr/td[9]/nobr/text()",
"peer_speed_rule": ".//tr/td[5]/nobr/text()",
@@ -2576,7 +2576,7 @@
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[3]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
"hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()",
"hash_rule": "//td[contains(text(),\"Hash\")]/b/following::text()[1]",
"notice_rule": "//a[@href=\"index.php\"]/font[contains(text(),\"条\")]/text()[1]",
"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",
@@ -2586,7 +2586,7 @@
{
"id": 40,
"created_at": "2022-08-14 09:14:51.194000",
"updated_at": "2022-09-28 14:19:49.782373",
"updated_at": "2022-09-28 14:19:49.782000",
"name": "ipt",
"url": "https://iptorrents.com/",
"logo": "https://iptorrents.com/favicon.ico",
@@ -2662,7 +2662,7 @@
{
"id": 41,
"created_at": "2022-08-18 00:39:11.082000",
"updated_at": "2022-09-28 14:19:49.784586",
"updated_at": "2022-09-28 14:19:49.784000",
"name": "梓喵",
"url": "https://azusa.ru/",
"logo": "https://azusa.ru/favicon.ico",
@@ -2738,7 +2738,7 @@
{
"id": 42,
"created_at": "2022-08-18 00:46:55.688000",
"updated_at": "2022-09-28 14:19:49.786933",
"updated_at": "2022-10-11 22:57:34.122377",
"name": "HD城市",
"url": "https://hdcity.city/",
"logo": "https://hdcity.city/favicon.ico",
@@ -2809,12 +2809,12 @@
"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",
"page_control_panel": "usercp.php",
"tracker": "hdcity"
"tracker": "leniter.org"
},
{
"id": 43,
"created_at": "2022-08-19 23:20:30.164000",
"updated_at": "2022-09-28 14:19:49.789096",
"updated_at": "2022-09-28 14:19:49.789000",
"name": "HDVIDEO",
"url": "https://hdvideo.one/",
"logo": "https://hdvideo.one/favicon.ico",
@@ -2890,7 +2890,7 @@
{
"id": 44,
"created_at": "2022-08-23 16:41:38.669000",
"updated_at": "2022-09-28 14:19:49.791219",
"updated_at": "2022-09-28 14:19:49.791000",
"name": "月月Frds",
"url": "https://pt.keepfrds.com/",
"logo": "https://pt.keepfrds.com/favicon.ico",
@@ -2966,7 +2966,7 @@
{
"id": 45,
"created_at": "2022-08-26 20:52:18.452000",
"updated_at": "2022-09-28 14:19:49.793328",
"updated_at": "2022-10-11 22:56:52.260379",
"name": "U2",
"url": "https://u2.dmhy.org/",
"logo": "https://u2.dmhy.org/favicon.ico",
@@ -3037,12 +3037,12 @@
"my_passkey_rule": "//td[contains(text(),\"密钥\")]/following-sibling::td[1]/span/@data-content",
"my_uid_rule": "//a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@href",
"page_control_panel": "usercp.php",
"tracker": "dmhy.org"
"tracker": "dmhy.best"
},
{
"id": 46,
"created_at": "2022-08-26 20:53:50.259000",
"updated_at": "2022-09-28 14:19:49.795435",
"updated_at": "2022-09-28 14:19:49.795000",
"name": "TTG",
"url": "https://totheglory.im/",
"logo": "https://totheglory.im/favicon.ico",
@@ -3118,7 +3118,7 @@
{
"id": 47,
"created_at": "2022-08-26 20:54:35.357000",
"updated_at": "2022-09-28 14:19:49.797513",
"updated_at": "2022-09-28 14:19:49.797000",
"name": "蝶粉",
"url": "https://discfan.net/",
"logo": "https://discfan.net/favicon.ico",
@@ -3194,7 +3194,7 @@
{
"id": 48,
"created_at": "2022-08-26 20:55:42.110000",
"updated_at": "2022-09-28 14:19:49.799600",
"updated_at": "2022-09-28 14:19:49.799000",
"name": "joyhd",
"url": "https://www.joyhd.net/",
"logo": "https://www.joyhd.net/favicon.ico",
@@ -3270,7 +3270,7 @@
{
"id": 49,
"created_at": "2022-08-27 17:32:01.405000",
"updated_at": "2022-09-28 14:19:49.801704",
"updated_at": "2022-09-28 14:19:49.801000",
"name": "彩虹岛",
"url": "https://chdbits.co/",
"logo": "https://chdbits.co/favicon.ico",
@@ -3346,7 +3346,7 @@
{
"id": 50,
"created_at": "2022-08-27 17:36:00.453000",
"updated_at": "2022-09-28 14:19:49.803796",
"updated_at": "2022-09-28 14:19:49.803000",
"name": "好多油",
"url": "https://pt.hdupt.com/",
"logo": "https://pt.hdupt.com/favicon.ico",
@@ -3422,7 +3422,7 @@
{
"id": 51,
"created_at": "2022-08-27 17:43:57.903000",
"updated_at": "2022-09-28 14:19:49.805916",
"updated_at": "2022-09-28 14:19:49.805000",
"name": "我堡",
"url": "https://ourbits.club/",
"logo": "https://ourbits.club/favicon.ico",
@@ -3498,7 +3498,7 @@
{
"id": 52,
"created_at": "2022-08-27 18:16:09.224000",
"updated_at": "2022-09-28 14:19:49.808091",
"updated_at": "2022-09-28 14:19:49.808000",
"name": "家园",
"url": "https://hdhome.org/",
"logo": "https://hdhome.org/favicon.ico",
@@ -3574,7 +3574,7 @@
{
"id": 53,
"created_at": "2022-08-27 18:18:44.023000",
"updated_at": "2022-09-28 14:19:49.810232",
"updated_at": "2022-09-28 14:19:49.810000",
"name": "不可说",
"url": "https://springsunday.net/",
"logo": "https://springsunday.net/favicon.ico",
@@ -3650,7 +3650,7 @@
{
"id": 54,
"created_at": "2022-08-27 18:24:32.917000",
"updated_at": "2022-09-28 14:19:49.812380",
"updated_at": "2022-09-28 14:19:49.812000",
"name": "OpenCD",
"url": "https://open.cd/",
"logo": "https://open.cd/favicon.ico",
@@ -3726,7 +3726,7 @@
{
"id": 55,
"created_at": "2022-08-27 21:57:23.449000",
"updated_at": "2022-09-28 14:19:49.814469",
"updated_at": "2022-09-28 14:19:49.814000",
"name": "这是猫站",
"url": "https://pterclub.com/",
"logo": "https://pterclub.com/favicon.ico",
@@ -3802,7 +3802,7 @@
{
"id": 56,
"created_at": "2022-08-27 21:57:47.858000",
"updated_at": "2022-09-28 14:19:49.816657",
"updated_at": "2022-09-28 14:19:49.816000",
"name": "柠檬",
"url": "https://lemonhd.org/",
"logo": "https://lemonhd.org/favicon.ico",
@@ -3878,7 +3878,7 @@
{
"id": 57,
"created_at": "2022-08-27 21:58:11.379000",
"updated_at": "2022-09-28 14:19:49.818822",
"updated_at": "2022-09-28 14:19:49.818000",
"name": "南洋",
"url": "https://nanyangpt.com/",
"logo": "https://nanyangpt.com/favicon.ico",
@@ -3954,7 +3954,7 @@
{
"id": 58,
"created_at": "2022-09-03 00:08:20.078000",
"updated_at": "2022-09-28 14:19:49.821513",
"updated_at": "2022-09-28 14:19:49.821000",
"name": "吐鲁番",
"url": "https://pt.eastgame.org/",
"logo": "https://pt.eastgame.org/favicon.ico",
@@ -4030,7 +4030,7 @@
{
"id": 59,
"created_at": "2022-09-14 08:33:16.574000",
"updated_at": "2022-09-28 14:19:49.823889",
"updated_at": "2022-09-28 14:19:49.823000",
"name": "KamePT",
"url": "https://kamept.com/",
"logo": "https://kamept.com/favicon.ico",
@@ -4106,7 +4106,7 @@
{
"id": 62,
"created_at": "2022-07-27 13:01:11.697000",
"updated_at": "2022-09-28 14:19:49.825966",
"updated_at": "2022-09-28 14:19:49.825000",
"name": "艾薇",
"url": "http://avgv.cc/",
"logo": "http://avgv.cc/favicon.ico",
@@ -4181,8 +4181,8 @@
},
{
"id": 63,
"created_at": "2022-09-19 22:02:22.069570",
"updated_at": "2022-09-28 14:19:49.828055",
"created_at": "2022-09-19 22:02:22.069000",
"updated_at": "2022-09-28 14:19:49.828000",
"name": "憨憨",
"url": "https://hhanclub.top/",
"logo": "https://hhanclub.top/favicon.ico",
@@ -4257,8 +4257,8 @@
},
{
"id": 64,
"created_at": "2022-10-04 10:55:26.478542",
"updated_at": "2022-10-04 11:20:24.511201",
"created_at": "2022-10-04 10:55:26.478000",
"updated_at": "2022-10-04 11:20:24.511000",
"name": "瓷器",
"url": "https://hdchina.org/",
"logo": "https://hdchina.org/favicon.ico",
@@ -4333,8 +4333,8 @@
},
{
"id": 65,
"created_at": "2022-10-04 11:03:31.325195",
"updated_at": "2022-10-04 11:20:24.508204",
"created_at": "2022-10-04 11:03:31.325000",
"updated_at": "2022-10-04 11:20:24.508000",
"name": "北洋园",
"url": "https://www.tjupt.org/",
"logo": "https://www.tjupt.org/favicon.ico",
@@ -4409,8 +4409,8 @@
},
{
"id": 66,
"created_at": "2022-10-04 11:08:01.927193",
"updated_at": "2022-10-04 11:10:21.716844",
"created_at": "2022-10-04 11:08:01.927000",
"updated_at": "2022-10-04 11:10:21.716000",
"name": "UltraHD",
"url": "https://ultrahd.net/",
"logo": "https://ultrahd.net/favicon.ico",
@@ -4485,8 +4485,8 @@
},
{
"id": 67,
"created_at": "2022-10-04 11:18:37.790572",
"updated_at": "2022-10-04 11:18:37.790591",
"created_at": "2022-10-04 11:18:37.790000",
"updated_at": "2022-10-04 11:18:37.790000",
"name": "TU88",
"url": "http://pt.tu88.men/",
"logo": "http://pt.tu88.men/favicon.ico",
@@ -4561,12 +4561,12 @@
},
{
"id": 68,
"created_at": "2022-10-04 11:19:33.274026",
"updated_at": "2022-10-04 11:19:33.274074",
"created_at": "2022-10-04 11:19:33.274000",
"updated_at": "2022-10-11 17:18:02.320090",
"name": "PT 分享站",
"url": "https://pt.itzmx.com/",
"logo": "https://pt.itzmx.com/favicon.ico",
"sign_in_support": 1,
"sign_in_support": 0,
"get_torrent_support": 1,
"get_userinfo_support": 1,
"search_support": 0,
@@ -4634,5 +4634,81 @@
"my_uid_rule": "//table[@id=\"info_block\"]//span/a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@href",
"page_control_panel": "usercp.php",
"tracker": "itzmx.com"
},
{
"id": 69,
"created_at": "2022-10-11 20:56:14.504664",
"updated_at": "2022-10-11 20:56:14.504685",
"name": "兽",
"url": "https://pt.hd4fans.org/",
"logo": "https://pt.hd4fans.org/favicon.ico",
"sign_in_support": 1,
"get_torrent_support": 1,
"get_userinfo_support": 1,
"search_support": 0,
"page_default": "torrents.php",
"page_sign_in": "checkin.php",
"page_detail": "details.php?id={}",
"page_download": "download.php?id={}",
"page_user": "userdetails.php?id={}",
"page_search": "torrents.php?search={}",
"page_leeching": "getusertorrentlistajax.php?userid={}&type=leeching",
"page_uploaded": "getusertorrentlistajax.php?userid={}&type=uploaded",
"page_seeding": "getusertorrentlistajax.php?userid={}&type=seeding",
"page_completed": "getusertorrentlistajax.php?userid={}&type=completed",
"page_mybonus": "mybonus.php",
"page_viewfilelist": "viewfilelist.php?id={}",
"page_viewpeerlist": "viewpeerlist.php?id={}",
"sign_in_method": "post",
"sign_in_captcha": 0,
"sign_in_params": "{}",
"sign_in_headers": "{}",
"hr": 0,
"hr_rate": 2,
"hr_time": 10,
"sp_full": 100,
"limit_speed": 100,
"torrents_rule": "//table[@class=\"torrents\"]/tr",
"name_rule": ".//td[@class=\"embedded\"]/a/b/text()",
"title_rule": ".//a[contains(@href,\"detail\")]/parent::td/text()[last()]",
"detail_url_rule": ".//td[@class=\"embedded\"]/a[contains(@href,\"detail\")]/@href",
"category_rule": ".//td[@class=\"rowfollow nowrap\"][1]/a[1]/img/@title",
"poster_rule": ".//table/tr/td[1]/img/@src",
"magnet_url_rule": ".//td/a[contains(@href,\"download.php?id=\")]/@href",
"download_url_rule": ".//a[contains(@href,\"download.php?id=\") and contains(@href,\"passkey\")]/@href",
"size_rule": ".//td[5]/text()",
"hr_rule": ".//table/tr/td/img[@class=\"hitandrun\"]/@title",
"sale_rule": ".//img[contains(@class,\"free\")]/@alt",
"sale_expire_rule": ".//img[contains(@class,\"free\")]/following-sibling::font/span/@title",
"release_rule": ".//td[4]/span/@title",
"seeders_rule": ".//a[contains(@href,\"#seeders\")]/text()",
"leechers_rule": ".//a[contains(@href,\"#leechers\")]/text()",
"completers_rule": ".//a[contains(@href,\"viewsnatches\")]//text()",
"viewfilelist_rule": ".//td/text()",
"viewpeerlist_rule": ".//tr/td[9]/nobr/text()",
"peer_speed_rule": ".//tr/td[7]/nobr/text()",
"remark": "",
"invitation_rule": "//span/a[contains(@href,\"invite.php?id=\")]/following-sibling::text()[1]",
"time_join_rule": "//td[contains(text(),\"加入\")]/following-sibling::td/span/@title",
"latest_active_rule": "//td[contains(text(),\"最近动向\")]/following-sibling::td/span/@title",
"uploaded_rule": "//font[@class=\"color_uploaded\"]/following-sibling::text()[1]",
"downloaded_rule": "//font[@class=\"color_downloaded\"]/following-sibling::text()[1]",
"ratio_rule": "//font[@class=\"color_ratio\"][1]/following-sibling::text()[1]",
"my_sp_rule": "//a[@href=\"mybonus.php\"]/following-sibling::text()[1]",
"hour_sp_rule": "//div[contains(text(),\"每小时能获取\")]/text()[1]",
"my_bonus_rule": "//font[@class=\"color_bonus\" and contains(text(),\"积分\")]/following-sibling::text()[1]",
"my_level_rule": "//table[@id=\"info_block\"]//span/a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@class",
"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": ".//td[3]/text()",
"seed_vol_rule": "//tr/td[3]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
"hash_rule": "//td/b[contains(text(),\"Hash\")]/following::text()[1]",
"notice_rule": "//a[@href=\"index.php\"]/font[contains(text(),\"条\")]/text()[1]",
"my_passkey_rule": "//td[contains(text(),\"密钥\")]/following-sibling::td[1]/text()",
"my_uid_rule": "//table[@id=\"info_block\"]//span/a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@href",
"page_control_panel": "usercp.php",
"tracker": "hd4fans"
}
]

267
pt.json
View File

@@ -1,52 +1,20 @@
[
{
"model": "django_apscheduler.djangojob",
"pk": "拉取最新种子",
"fields": {
"next_run_time": null,
"job_state": "gAWV7QEAAAAAAAB9lCiMB3ZlcnNpb26USwGMAmlklIwS5ouJ5Y+W5pyA5paw56eN5a2QlIwEZnVuY5SMInB0X3NpdGUudmlld3M6YXV0b191cGRhdGVfdG9ycmVudHOUjAd0cmlnZ2VylIwdYXBzY2hlZHVsZXIudHJpZ2dlcnMuaW50ZXJ2YWyUjA9JbnRlcnZhbFRyaWdnZXKUk5QpgZR9lChoAUsCjAh0aW1lem9uZZSMBHB5dHqUjAJfcJSTlCiMDUFzaWEvU2hhbmdoYWmUTehxSwCMA0xNVJR0lFKUjApzdGFydF9kYXRllIwIZGF0ZXRpbWWUjAhkYXRldGltZZSTlEMKB+YJFBI4EwwAXJRoDyhoEE2AcEsAjANDU1SUdJRSlIaUUpSMCGVuZF9kYXRllE6MCGludGVydmFslGgVjAl0aW1lZGVsdGGUk5RLAE1QRksAh5RSlIwGaml0dGVylEt4dWKMCGV4ZWN1dG9ylIwHZGVmYXVsdJSMBGFyZ3OUKYwGa3dhcmdzlH2UjARuYW1llIwUYXV0b191cGRhdGVfdG9ycmVudHOUjBJtaXNmaXJlX2dyYWNlX3RpbWWUS3iMCGNvYWxlc2NllIiMDW1heF9pbnN0YW5jZXOUSwGMDW5leHRfcnVuX3RpbWWUTnUu"
}
},
{
"model": "django_apscheduler.djangojob",
"pk": "更新个人数据",
"fields": {
"next_run_time": null,
"job_state": "gAWV4wEAAAAAAAB9lCiMB3ZlcnNpb26USwGMAmlklIwS5pu05paw5Liq5Lq65pWw5o2ulIwEZnVuY5SMHXB0X3NpdGUudmlld3M6YXV0b19nZXRfc3RhdHVzlIwHdHJpZ2dlcpSMHWFwc2NoZWR1bGVyLnRyaWdnZXJzLmludGVydmFslIwPSW50ZXJ2YWxUcmlnZ2VylJOUKYGUfZQoaAFLAowIdGltZXpvbmWUjARweXR6lIwCX3CUk5QojA1Bc2lhL1NoYW5naGFplE3ocUsAjANMTVSUdJRSlIwKc3RhcnRfZGF0ZZSMCGRhdGV0aW1llIwIZGF0ZXRpbWWUk5RDCgfmCRQSOBMOse6UaA8oaBBNgHBLAIwDQ1NUlHSUUpSGlFKUjAhlbmRfZGF0ZZROjAhpbnRlcnZhbJRoFYwJdGltZWRlbHRhlJOUSwBNUEZLAIeUUpSMBmppdHRlcpRLeHVijAhleGVjdXRvcpSMB2RlZmF1bHSUjARhcmdzlCmMBmt3YXJnc5R9lIwEbmFtZZSMD2F1dG9fZ2V0X3N0YXR1c5SMEm1pc2ZpcmVfZ3JhY2VfdGltZZRLeIwIY29hbGVzY2WUiIwNbWF4X2luc3RhbmNlc5RLAYwNbmV4dF9ydW5fdGltZZROdS4="
}
},
{
"model": "django_apscheduler.djangojob",
"pk": "每天23点50分获取",
"fields": {
"next_run_time": null,
"job_state": "gAWVNAQAAAAAAAB9lCiMB3ZlcnNpb26USwGMAmlklIwW5q+P5aSpMjPngrk1MOWIhuiOt+WPlpSMBGZ1bmOUjB1wdF9zaXRlLnZpZXdzOmF1dG9fZ2V0X3N0YXR1c5SMB3RyaWdnZXKUjBlhcHNjaGVkdWxlci50cmlnZ2Vycy5jcm9ulIwLQ3JvblRyaWdnZXKUk5QpgZR9lChoAUsCjAh0aW1lem9uZZSMG3B5dHpfZGVwcmVjYXRpb25fc2hpbS5faW1wbJSMCXdyYXBfem9uZZSTlIwIYnVpbHRpbnOUjAdnZXRhdHRylJOUjAh6b25laW5mb5SMCFpvbmVJbmZvlJOUjAlfdW5waWNrbGWUhpRSlIwNQXNpYS9TaGFuZ2hhaZRLAYaUUpSMDUFzaWEvU2hhbmdoYWmUhpRSlIwKc3RhcnRfZGF0ZZROjAhlbmRfZGF0ZZROjAZmaWVsZHOUXZQojCBhcHNjaGVkdWxlci50cmlnZ2Vycy5jcm9uLmZpZWxkc5SMCUJhc2VGaWVsZJSTlCmBlH2UKIwEbmFtZZSMBHllYXKUjAppc19kZWZhdWx0lIiMC2V4cHJlc3Npb25zlF2UjCVhcHNjaGVkdWxlci50cmlnZ2Vycy5jcm9uLmV4cHJlc3Npb25zlIwNQWxsRXhwcmVzc2lvbpSTlCmBlH2UjARzdGVwlE5zYmF1YmgjjApNb250aEZpZWxklJOUKYGUfZQoaCiMBW1vbnRolGgqiWgrXZRoLymBlH2UaDJOc2JhdWJoI4wPRGF5T2ZNb250aEZpZWxklJOUKYGUfZQoaCiMA2RheZRoKoloK12UaC8pgZR9lGgyTnNiYXViaCOMCVdlZWtGaWVsZJSTlCmBlH2UKGgojAR3ZWVrlGgqiGgrXZRoLymBlH2UaDJOc2JhdWJoI4wORGF5T2ZXZWVrRmllbGSUk5QpgZR9lChoKIwLZGF5X29mX3dlZWuUaCqJaCtdlGgvKYGUfZRoMk5zYmF1YmglKYGUfZQoaCiMBGhvdXKUaCqJaCtdlGgtjA9SYW5nZUV4cHJlc3Npb26Uk5QpgZR9lChoMk6MBWZpcnN0lEsXjARsYXN0lEsXdWJhdWJoJSmBlH2UKGgojAZtaW51dGWUaCqJaCtdlGhYKYGUfZQoaDJOaFtLMmhcSzJ1YmF1YmglKYGUfZQoaCiMBnNlY29uZJRoKohoK12UaFgpgZR9lChoMk5oW0sAaFxLAHViYXViZYwGaml0dGVylE51YowIZXhlY3V0b3KUjAdkZWZhdWx0lIwEYXJnc5QpjAZrd2FyZ3OUfZRoKIwPYXV0b19nZXRfc3RhdHVzlIwSbWlzZmlyZV9ncmFjZV90aW1llEt4jAhjb2FsZXNjZZSIjA1tYXhfaW5zdGFuY2VzlEsBjA1uZXh0X3J1bl90aW1llE51Lg=="
}
},
{
"model": "django_apscheduler.djangojob",
"pk": "自动签到",
"fields": {
"next_run_time": null,
"job_state": "gAWV1wEAAAAAAAB9lCiMB3ZlcnNpb26USwGMAmlklIwM6Ieq5Yqo562+5YiwlIwEZnVuY5SMGnB0X3NpdGUudmlld3M6YXV0b19zaWduX2lulIwHdHJpZ2dlcpSMHWFwc2NoZWR1bGVyLnRyaWdnZXJzLmludGVydmFslIwPSW50ZXJ2YWxUcmlnZ2VylJOUKYGUfZQoaAFLAowIdGltZXpvbmWUjARweXR6lIwCX3CUk5QojA1Bc2lhL1NoYW5naGFplE3ocUsAjANMTVSUdJRSlIwKc3RhcnRfZGF0ZZSMCGRhdGV0aW1llIwIZGF0ZXRpbWWUk5RDCgfmCRQUOBMNUFiUaA8oaBBNgHBLAIwDQ1NUlHSUUpSGlFKUjAhlbmRfZGF0ZZROjAhpbnRlcnZhbJRoFYwJdGltZWRlbHRhlJOUSwBNcGJLAIeUUpSMBmppdHRlcpRLeHVijAhleGVjdXRvcpSMB2RlZmF1bHSUjARhcmdzlCmMBmt3YXJnc5R9lIwEbmFtZZSMDGF1dG9fc2lnbl9pbpSMEm1pc2ZpcmVfZ3JhY2VfdGltZZRLeIwIY29hbGVzY2WUiIwNbWF4X2luc3RhbmNlc5RLAYwNbmV4dF9ydW5fdGltZZROdS4="
}
},
{
"model": "pt_site.site",
"pk": 1,
"fields": {
"created_at": "2022-07-17T10:22:03.474",
"updated_at": "2022-09-28T14:19:49.679",
"url": "https://hdatmos.club/",
"name": "阿童木",
"logo": "https://hdatmos.club/favicon.ico",
"tracker": "hdatmos.club",
"sign_in_support": true,
"get_torrent_support": true,
"get_userinfo_support": true,
"search_support": false,
"page_default": "torrents.php",
"page_sign_in": "attendance.php",
{
"model": "pt_site.site",
"pk": 1,
"fields": {
"created_at": "2022-07-17T10:22:03.474",
"updated_at": "2022-10-11T22:46:52.005",
"url": "https://hdatmos.club/",
"name": "阿童木",
"logo": "https://hdatmos.club/favicon.ico",
"tracker": "hdatmos.club",
"sign_in_support": true,
"get_torrent_support": true,
"get_userinfo_support": true,
"search_support": false,
"page_default": "torrents.php",
"page_sign_in": "attendance.php",
"page_control_panel": "usercp.php",
"page_detail": "details.php?id={}",
"page_download": "download.php?id={}",
@@ -102,7 +70,7 @@
"my_uid_rule": "//table[@id=\"info_block\"]//span/a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@href",
"my_hr_rule": "//a[@href=\"myhr.php\"]//text()",
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
"seed_rule": "/html/body/b/text()",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[3]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
@@ -273,7 +241,7 @@
"pk": 5,
"fields": {
"created_at": "2022-07-17T10:27:30.380",
"updated_at": "2022-09-28T14:19:49.688",
"updated_at": "2022-10-11T22:51:20.374",
"url": "https://1ptba.com/",
"name": "1PT",
"logo": "https://1ptba.com/favicon.ico",
@@ -339,7 +307,7 @@
"my_uid_rule": "//a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@href",
"my_hr_rule": "//table/tr[14]/td[2]/a/text()",
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
"seed_rule": "/html/body/b/text()",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[4]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
@@ -431,7 +399,7 @@
"pk": 9,
"fields": {
"created_at": "2022-07-20T10:06:16.029",
"updated_at": "2022-09-28T14:19:49.693",
"updated_at": "2022-10-11T21:54:12.906",
"url": "https://www.hdarea.co/",
"name": "HDArea",
"logo": "https://www.hdarea.co/favicon.ico",
@@ -483,21 +451,21 @@
"viewpeerlist_rule": ".//tr/td[9]/nobr/text()",
"peer_speed_rule": ".//tr/td[5]/nobr/text()",
"remark": "",
"invitation_rule": "//table/tr[1]/td[2]/a/text()",
"time_join_rule": "//table/tr[2]/td[2]/span/@title",
"latest_active_rule": "//table/tr[3]/td[2]/span/@title",
"uploaded_rule": "//tr[6]/td[2]/table/tr[2]/td[1]/text()",
"downloaded_rule": "//tr[6]/td[2]//table/tr[2]/td[2]/text()",
"ratio_rule": "//tr[6]/td[2]/table/tr/td[1]/font/text()",
"my_sp_rule": "//tr[12]/td[2]/text()",
"invitation_rule": "//span/a[contains(@href,\"invite.php?id=\")]/following-sibling::text()[1]",
"time_join_rule": "//td[contains(text(),\"加入\")]/following-sibling::td[1]//span/@title",
"latest_active_rule": "//td[contains(text(),\"最近\")]/following-sibling::td[1]//span/@title",
"uploaded_rule": "//font[@class=\"color_uploaded\"]/following-sibling::text()[1]",
"downloaded_rule": "//font[@class=\"color_downloaded\"]/following-sibling::text()[1]",
"ratio_rule": "//font[@class=\"color_ratio\"][1]/following-sibling::text()[1]",
"my_sp_rule": "//a[@href=\"mybonus.php\"]/following-sibling::text()[1]",
"hour_sp_rule": "//div[contains(text(),\"每小时\")]/text()[1]",
"my_bonus_rule": "//tr[12]/td[2]/text()",
"my_level_rule": "//tr/td/span/span/a/@class",
"my_bonus_rule": "//font[@class=\"color_bonus\" and contains(text(),\"积分\")]/following-sibling::text()[1]",
"my_level_rule": "//table[@id=\"info_block\"]//span/a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@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": "//table/tr[14]/td[2]/text()",
"my_hr_rule": "//a[@href=\"myhr.php\"]//text()",
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
"seed_rule": "/html/body/b/text()",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[3]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
@@ -668,7 +636,7 @@
"pk": 12,
"fields": {
"created_at": "2022-07-20T10:09:18.723",
"updated_at": "2022-09-28T14:19:49.702",
"updated_at": "2022-10-11T22:49:23.904",
"url": "https://hdtime.org/",
"name": "时光",
"logo": "https://hdtime.org/favicon.ico",
@@ -734,7 +702,7 @@
"my_uid_rule": "//a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@href",
"my_hr_rule": "//table/tr[114]/td[2]/text()",
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
"seed_rule": "/html/body/b/text()",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[4]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
@@ -747,7 +715,7 @@
"pk": 13,
"fields": {
"created_at": "2022-07-20T10:09:59.938",
"updated_at": "2022-09-28T14:19:49.704",
"updated_at": "2022-10-11T22:48:51.315",
"url": "https://hdzone.me/",
"name": "Zone",
"logo": "https://hdzone.me/favicon.ico",
@@ -813,7 +781,7 @@
"my_uid_rule": "//a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@href",
"my_hr_rule": "//table/tr[13]/td[2]/text()",
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
"seed_rule": "/html/body/b/text()",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[3]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
@@ -1458,7 +1426,7 @@
"pk": 22,
"fields": {
"created_at": "2022-07-20T11:17:25.992",
"updated_at": "2022-09-28T14:19:49.745",
"updated_at": "2022-10-11T22:50:45.102",
"url": "https://ptsbao.club/",
"name": "烧包",
"logo": "https://ptsbao.club/favicon.ico",
@@ -1524,7 +1492,7 @@
"my_uid_rule": "//a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@href",
"my_hr_rule": "//table/tr[13]/td[2]/text()",
"leech_rule": "//img[@class=\"downloading\"][1]/following-sibling::text()[1]",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"seed_rule": "//img[@class=\"uploading\"][1]/following-sibling::text()[1]",
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[3]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
@@ -2406,7 +2374,7 @@
"pk": 35,
"fields": {
"created_at": "2022-07-23T19:10:24.853",
"updated_at": "2022-09-28T14:19:49.773",
"updated_at": "2022-10-11T22:44:10.346",
"url": "https://club.hares.top/",
"name": "白兔hares",
"logo": "https://club.hares.top/favicon.ico",
@@ -2458,21 +2426,21 @@
"viewpeerlist_rule": ".//tr/td[9]/nobr/text()",
"peer_speed_rule": ".//tr/td[5]/nobr/text()",
"remark": "",
"invitation_rule": "//div[@class=\"layui-tab-item layui-show\"]//table[1]/tr[3]/td[4]/a/text()",
"invitation_rule": "//li/i[contains(@title,\"邀请\")]/following::text()[1]",
"time_join_rule": "//td[contains(text(),\"加入日期\")]/following-sibling::td[1]/span/@title",
"latest_active_rule": "//td[contains(text(),\"最近动向\")]/following-sibling::td[1]//span/@title",
"uploaded_rule": "//table[2]/tr[2]/td[4]/text()",
"downloaded_rule": "//table[2]/tr[2]/td[6]/text()",
"ratio_rule": "//table[2]/tr[2]/td[2]/text()",
"my_sp_rule": "//table/tr[2]/td[8]/text()",
"uploaded_rule": "//li/i[contains(@title,\"上传\")]/following::text()[1]",
"downloaded_rule": "//li/i[contains(@title,\"下载\")]/following::text()[1]",
"ratio_rule": "//li/i[contains(@title,\"分享率\")]/following::text()[1]",
"my_sp_rule": "//li/i[contains(@title,\"奶糖\")]/following::text()[1]",
"hour_sp_rule": "//div[contains(text(),\"每小时\")]/text()[1]",
"my_bonus_rule": "//div[@class=\"layui-tab-item layui-show\"]//table[1]/tr[4]/td[2]/text()[1]",
"my_level_rule": "//ul/li[2]/span/text()",
"my_bonus_rule": "//li/i[contains(@title,\"积分\")]/following::text()[1]",
"my_level_rule": "//li/i[contains(@title,\"等级\")]/following::text()[1]",
"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_uid_rule": "//span/a[contains(text(),\"UID\")]/text()",
"my_hr_rule": "//table/tr[14]/td[2]/text()/text()",
"leech_rule": "//ul/li/i[@title=\"下载中\"]/following-sibling::span[@class=\"list-info\"]/text()",
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
"leech_rule": "//li/i[contains(@title,\"下载中\")]/following::text()[1]",
"seed_rule": "//li/i[contains(@title,\"做种中\")]/following::text()[1]",
"record_count_rule": "/html/body/b/text()",
"seed_vol_rule": "//tr/td[3]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
@@ -2643,7 +2611,7 @@
"pk": 39,
"fields": {
"created_at": "2022-08-12T23:29:07.033",
"updated_at": "2022-09-28T14:19:49.780",
"updated_at": "2022-10-11T21:39:47.749",
"url": "https://pthome.net/",
"name": "铂金家",
"logo": "https://pthome.net/favicon.ico",
@@ -2677,20 +2645,20 @@
"limit_speed": 100,
"torrents_rule": "//table[contains(@class,\"torrents\")]/tr",
"name_rule": ".//td[@class=\"embedded\"]/a/b/text()",
"title_rule": ".//tr/td[1]/span[4]/text()",
"title_rule": ".//td[@class=\"embedded\"]/a[contains(@href,\"detail\")]/parent::td/span[last()]/text()",
"detail_url_rule": ".//td[@class=\"embedded\"]/a[contains(@href,\"detail\")]/@href",
"category_rule": ".//td[@class=\"rowfollow nowrap\"][1]/a[1]/img/@class",
"poster_rule": ".//table/tr/td[1]/img/@src",
"magnet_url_rule": ".//a[contains(@href,\"download\")]/@href",
"download_url_rule": "//td/a[contains(@href,\"downhash\")]/@href",
"size_rule": ".//td[5]/text()",
"magnet_url_rule": ".//a[contains(@href,\"download.php?id=\")]/@href",
"download_url_rule": ".//a[contains(@href,\"download.php?\") and contains(text(),\"passkey\")]/@href",
"size_rule": ".//td[5]//text()",
"hr_rule": ".//table/tr/td/img[@class=\"hitandrun\"]/@title",
"sale_rule": ".//img[contains(@class,\"free\")]/@alt",
"sale_expire_rule": ".//img[contains(@class,\"free\")]/following-sibling::font/span/@title",
"sale_expire_rule": ".//img[contains(@class,\"free\")]/following-sibling::b/span/@title",
"release_rule": ".//td[4]/span/@title",
"seeders_rule": ".//td[6]/b/a/text()",
"leechers_rule": ".//td[7]/b/a/text()",
"completers_rule": ".//td[8]/a/b/text()",
"leechers_rule": ".//a[contains(@href,\"#leechers\")]//text()",
"completers_rule": ".//a[contains(@href,\"viewsnatches\")]//text()",
"viewfilelist_rule": ".//td/text()",
"viewpeerlist_rule": ".//tr/td[9]/nobr/text()",
"peer_speed_rule": ".//tr/td[5]/nobr/text()",
@@ -2714,7 +2682,7 @@
"seed_vol_rule": "//tr/td[3]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
"notice_rule": "//a[@href=\"index.php\"]/font[contains(text(),\"条\")]/text()[1]",
"hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()"
"hash_rule": "//td[contains(text(),\"Hash\")]/b/following::text()[1]"
}
},
{
@@ -2880,11 +2848,11 @@
"pk": 42,
"fields": {
"created_at": "2022-08-18T00:46:55.688",
"updated_at": "2022-09-28T14:19:49.786",
"updated_at": "2022-10-11T22:57:34.122",
"url": "https://hdcity.city/",
"name": "HD城市",
"logo": "https://hdcity.city/favicon.ico",
"tracker": "hdcity",
"tracker": "leniter.org",
"sign_in_support": true,
"get_torrent_support": true,
"get_userinfo_support": true,
@@ -3117,11 +3085,11 @@
"pk": 45,
"fields": {
"created_at": "2022-08-26T20:52:18.452",
"updated_at": "2022-09-28T14:19:49.793",
"updated_at": "2022-10-11T22:56:52.260",
"url": "https://u2.dmhy.org/",
"name": "U2",
"logo": "https://u2.dmhy.org/favicon.ico",
"tracker": "dmhy.org",
"tracker": "dmhy.best",
"sign_in_support": true,
"get_torrent_support": true,
"get_userinfo_support": true,
@@ -4776,12 +4744,12 @@
"pk": 68,
"fields": {
"created_at": "2022-10-04T11:19:33.274",
"updated_at": "2022-10-04T11:19:33.274",
"updated_at": "2022-10-11T17:18:02.320",
"url": "https://pt.itzmx.com/",
"name": "PT 分享站",
"logo": "https://pt.itzmx.com/favicon.ico",
"tracker": "itzmx.com",
"sign_in_support": true,
"sign_in_support": false,
"get_torrent_support": true,
"get_userinfo_support": true,
"search_support": false,
@@ -4850,12 +4818,91 @@
"hash_rule": "//td/b[contains(text(),\"Hash\")]/following::text()[1]"
}
},
{
"model": "pt_site.site",
"pk": 69,
"fields": {
"created_at": "2022-10-11T20:56:14.504",
"updated_at": "2022-10-11T20:56:14.504",
"url": "https://pt.hd4fans.org/",
"name": "兽",
"logo": "https://pt.hd4fans.org/favicon.ico",
"tracker": "hd4fans",
"sign_in_support": true,
"get_torrent_support": true,
"get_userinfo_support": true,
"search_support": false,
"page_default": "torrents.php",
"page_sign_in": "checkin.php",
"page_control_panel": "usercp.php",
"page_detail": "details.php?id={}",
"page_download": "download.php?id={}",
"page_user": "userdetails.php?id={}",
"page_search": "torrents.php?search={}",
"page_leeching": "getusertorrentlistajax.php?userid={}&type=leeching",
"page_uploaded": "getusertorrentlistajax.php?userid={}&type=uploaded",
"page_seeding": "getusertorrentlistajax.php?userid={}&type=seeding",
"page_completed": "getusertorrentlistajax.php?userid={}&type=completed",
"page_mybonus": "mybonus.php",
"page_viewfilelist": "viewfilelist.php?id={}",
"page_viewpeerlist": "viewpeerlist.php?id={}",
"sign_in_method": "post",
"sign_in_captcha": false,
"sign_in_params": "{}",
"sign_in_headers": "{}",
"hr": false,
"hr_rate": 2,
"hr_time": 10,
"sp_full": 100.0,
"limit_speed": 100,
"torrents_rule": "//table[@class=\"torrents\"]/tr",
"name_rule": ".//td[@class=\"embedded\"]/a/b/text()",
"title_rule": ".//a[contains(@href,\"detail\")]/parent::td/text()[last()]",
"detail_url_rule": ".//td[@class=\"embedded\"]/a[contains(@href,\"detail\")]/@href",
"category_rule": ".//td[@class=\"rowfollow nowrap\"][1]/a[1]/img/@title",
"poster_rule": ".//table/tr/td[1]/img/@src",
"magnet_url_rule": ".//td/a[contains(@href,\"download.php?id=\")]/@href",
"download_url_rule": ".//a[contains(@href,\"download.php?id=\") and contains(@href,\"passkey\")]/@href",
"size_rule": ".//td[5]/text()",
"hr_rule": ".//table/tr/td/img[@class=\"hitandrun\"]/@title",
"sale_rule": ".//img[contains(@class,\"free\")]/@alt",
"sale_expire_rule": ".//img[contains(@class,\"free\")]/following-sibling::font/span/@title",
"release_rule": ".//td[4]/span/@title",
"seeders_rule": ".//a[contains(@href,\"#seeders\")]/text()",
"leechers_rule": ".//a[contains(@href,\"#leechers\")]/text()",
"completers_rule": ".//a[contains(@href,\"viewsnatches\")]//text()",
"viewfilelist_rule": ".//td/text()",
"viewpeerlist_rule": ".//tr/td[9]/nobr/text()",
"peer_speed_rule": ".//tr/td[7]/nobr/text()",
"remark": "",
"invitation_rule": "//span/a[contains(@href,\"invite.php?id=\")]/following-sibling::text()[1]",
"time_join_rule": "//td[contains(text(),\"加入\")]/following-sibling::td/span/@title",
"latest_active_rule": "//td[contains(text(),\"最近动向\")]/following-sibling::td/span/@title",
"uploaded_rule": "//font[@class=\"color_uploaded\"]/following-sibling::text()[1]",
"downloaded_rule": "//font[@class=\"color_downloaded\"]/following-sibling::text()[1]",
"ratio_rule": "//font[@class=\"color_ratio\"][1]/following-sibling::text()[1]",
"my_sp_rule": "//a[@href=\"mybonus.php\"]/following-sibling::text()[1]",
"hour_sp_rule": "//div[contains(text(),\"每小时能获取\")]/text()[1]",
"my_bonus_rule": "//font[@class=\"color_bonus\" and contains(text(),\"积分\")]/following-sibling::text()[1]",
"my_level_rule": "//table[@id=\"info_block\"]//span/a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@class",
"my_passkey_rule": "//td[contains(text(),\"密钥\")]/following-sibling::td[1]/text()",
"my_uid_rule": "//table[@id=\"info_block\"]//span/a[contains(@class,\"_Name\") and contains(@href,\"userdetails.php?id=\")]/@href",
"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": ".//td[3]/text()",
"seed_vol_rule": "//tr/td[3]",
"mailbox_rule": "//a[@href=\"messages.php\"]/font[contains(text(),\"条\")]/text()[1]",
"notice_rule": "//a[@href=\"index.php\"]/font[contains(text(),\"条\")]/text()[1]",
"hash_rule": "//td/b[contains(text(),\"Hash\")]/following::text()[1]"
}
},
{
"model": "auto_pt.task",
"pk": 1,
"fields": {
"created_at": "2022-08-05T23:52:19.660",
"updated_at": "2022-09-20T15:09:39.499",
"updated_at": "2022-10-11T13:16:36.653",
"name": "auto_get_status",
"desc": "更新个人数据"
}
@@ -4865,7 +4912,7 @@
"pk": 2,
"fields": {
"created_at": "2022-08-05T23:52:19.666",
"updated_at": "2022-09-20T15:09:39.502",
"updated_at": "2022-10-11T13:16:36.925",
"name": "auto_push_to_downloader",
"desc": "推送到下载器"
}
@@ -4875,7 +4922,7 @@
"pk": 3,
"fields": {
"created_at": "2022-08-05T23:52:19.671",
"updated_at": "2022-09-20T15:09:39.503",
"updated_at": "2022-10-11T13:16:37.068",
"name": "auto_remove_expire_torrents",
"desc": "删除过期种子"
}
@@ -4885,7 +4932,7 @@
"pk": 4,
"fields": {
"created_at": "2022-08-05T23:52:19.677",
"updated_at": "2022-09-20T15:09:39.504",
"updated_at": "2022-10-11T13:16:37.191",
"name": "auto_sign_in",
"desc": "自动签到"
}
@@ -4895,7 +4942,7 @@
"pk": 5,
"fields": {
"created_at": "2022-08-05T23:52:19.681",
"updated_at": "2022-09-20T15:09:39.505",
"updated_at": "2022-10-11T13:16:37.337",
"name": "auto_update_torrents",
"desc": "拉取最新种子"
}
@@ -4905,7 +4952,7 @@
"pk": 6,
"fields": {
"created_at": "2022-08-06T13:51:54.589",
"updated_at": "2022-09-20T15:09:39.501",
"updated_at": "2022-10-11T13:16:36.791",
"name": "auto_get_torrent_hash",
"desc": "自动获取种子HASH"
}
@@ -4915,11 +4962,11 @@
"pk": 14,
"fields": {
"created_at": "2022-08-17T22:13:42.752",
"updated_at": "2022-09-20T13:56:19.960",
"updated_at": "2022-10-11T11:56:01.644",
"task": 1,
"job_id": "更新个人数据",
"trigger": "interval",
"task_exec": false,
"task_exec": true,
"replace_existing": true,
"expression_time": "5*3600",
"start_date": "2022-08-17T22:13:00",
@@ -4934,17 +4981,17 @@
"pk": 15,
"fields": {
"created_at": "2022-08-17T22:25:47.033",
"updated_at": "2022-09-20T13:56:19.869",
"updated_at": "2022-10-11T11:55:45.465",
"task": 4,
"job_id": "自动签到",
"trigger": "interval",
"task_exec": false,
"task_exec": true,
"replace_existing": true,
"expression_time": "7*3600",
"start_date": "2022-08-22T13:25:00",
"start_date": "2022-10-10T13:25:00",
"end_date": null,
"misfire_grace_time": 120,
"jitter": 120,
"jitter": 1200,
"args": null
}
},
@@ -4953,7 +5000,7 @@
"pk": 16,
"fields": {
"created_at": "2022-08-17T22:26:09.644",
"updated_at": "2022-09-20T13:56:19.784",
"updated_at": "2022-10-11T09:33:55.040",
"task": 5,
"job_id": "拉取最新种子",
"trigger": "interval",
@@ -4972,11 +5019,11 @@
"pk": 17,
"fields": {
"created_at": "2022-09-20T15:10:06.547",
"updated_at": "2022-09-20T15:10:06.547",
"updated_at": "2022-10-11T11:55:44.588",
"task": 1,
"job_id": "每天23点50分获取",
"trigger": "cron",
"task_exec": false,
"task_exec": true,
"replace_existing": true,
"expression_time": "50 23 * * *",
"start_date": "2022-09-20T15:10:00",