diff --git a/dumpsitedata.sh b/dumpsitedata.sh new file mode 100755 index 0000000..1959742 --- /dev/null +++ b/dumpsitedata.sh @@ -0,0 +1 @@ +python manage.py dumpdata pt_site.site --indent 2 -o pt_site_site.json \ No newline at end of file diff --git a/pt.json b/pt.json index 8c7c30d..6dba36c 100644 --- a/pt.json +++ b/pt.json @@ -580,10 +580,10 @@ "pk": 8, "fields": { "created_at": "2022-07-20T10:05:03.493", - "updated_at": "2022-09-01T20:22:48.119", + "updated_at": "2022-09-02T11:37:14.757", "url": "https://carpt.net/", "name": "CarPT", - "logo": "favicon.ico", + "logo": "http://favicon.ico", "sign_in_support": true, "get_torrent_support": true, "get_userinfo_support": true, @@ -644,7 +644,7 @@ "leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]", "seed_rule": "/html/body/b/text()", "record_count_rule": "/html/body/b/text()", - "seed_vol_rule": "//tr/td[3]", + "seed_vol_rule": "//tr/td[4]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" } @@ -3170,7 +3170,7 @@ "pk": 44, "fields": { "created_at": "2022-08-23T16:41:38.669", - "updated_at": "2022-09-01T20:22:48.237", + "updated_at": "2022-09-02T16:41:47.215", "url": "https://pt.keepfrds.com/", "name": "月月Frds", "logo": "https://pt.keepfrds.com/static/favicon-64x64.png", @@ -3201,24 +3201,24 @@ "sp_full": 100.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", - "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", - "title_rule": ".//tr/td[1]/text()", + "name_rule": ".//td[@class=\"embedded\"]/a/b//text()", + "title_rule": ".//td[@class=\"embedded\"]/a/following::text()[1]", "detail_url_rule": ".//td[@class=\"embedded\"]/a[contains(@href,\"detail\")]/@href", - "category_rule": ".//td[@class=\"rowfollow nowrap\"][1]/a[1]/img/@class", + "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\")]/@href", - "download_url_rule": ".//a[contains(@href,\"download.php?id=\") and contains(@href,\"passkey\")]/@href", - "size_rule": ".//td[5]/text()", + "magnet_url_rule": ".//input[@id=\"download_link\"]/@value", + "download_url_rule": ".//a[contains(@href,\"download.php\")]/@href", + "size_rule": "//td[5]/text()", "hr_rule": ".//table/tr/td/img[@class=\"hitandrun\"]/@title", - "sale_rule": ".//table/tr/td/img[contains(@class,\"pro_\")]/@alt", - "sale_expire_rule": ".//table/tr/td/font/span/@title", + "sale_rule": ".//div/img[contains(@class,\"pro_\")]/@alt", + "sale_expire_rule": ".//div/img[contains(@class,\"pro_\")]/@onmouseover", "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()", + "seeders_rule": "//a[contains(@href,\"#seeders\")]/text()", + "leechers_rule": "//a[contains(@href,\"#leechers\")]/text()", + "completers_rule": "//a[contains(@href,\"viewsnatches.php?id=\")]//text()", "viewfilelist_rule": ".//td/text()", "viewpeerlist_rule": ".//tr/td[9]/nobr/text()", - "peer_speed_rule": ".//tr/td[5]/nobr/text()", + "peer_speed_rule": ".//tr/td[7]/nobr/text()", "remark": "", "invitation_rule": "//a[contains(@href,\"invite.php?id=\")]/following-sibling::text()[1]", "time_join_rule": "//td[contains(text(),\"加入\")]/following-sibling::td/span/@title", @@ -3233,10 +3233,10 @@ "my_hr_rule": "//tr[14]/td[2]/a/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()", + "record_count_rule": "//td[3]/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + "hash_rule": "//td[@class=\"no_border_wide\"]/b[text()=\"Hash 码:\"]/following::text()[1]" } }, { diff --git a/pt_site_site.json b/pt_site_site.json index 81cec73..da5e0da 100644 --- a/pt_site_site.json +++ b/pt_site_site.json @@ -1,14 +1,17 @@ [ - { - "id": 1, - "created_at": "2022-07-17 10:22:03.474139", - "updated_at": "2022-09-01 20:22:48.098944", +{ + "model": "pt_site.site", + "pk": 1, + "fields": { + "created_at": "2022-07-17T10:22:03.474", + "updated_at": "2022-09-01T20:22:48.098", + "url": "https://hdatmos.club/", "name": "阿童木", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -23,13 +26,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -67,19 +70,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[10]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://hdatmos.club/" - }, - { - "id": 2, - "created_at": "2022-07-17 10:24:21.376256", - "updated_at": "2022-09-01 20:22:48.102895", + "hash_rule": "//tr[10]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 2, + "fields": { + "created_at": "2022-07-17T10:24:21.376", + "updated_at": "2022-09-01T20:22:48.102", + "url": "https://piggo.me/", "name": "猪猪网", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -94,13 +100,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 1, + "hr": true, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -138,19 +144,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[4]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://piggo.me/" - }, - { - "id": 3, - "created_at": "2022-07-17 10:24:59.754465", - "updated_at": "2022-09-01 20:22:48.109613", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 3, + "fields": { + "created_at": "2022-07-17T10:24:59.754", + "updated_at": "2022-09-01T20:22:48.109", + "url": "https://pt.btschool.club/", "name": "BT学校", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": true, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "index.php?action=addbonus", "page_detail": "details.php?id={}", @@ -165,13 +174,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -209,19 +218,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://pt.btschool.club/" - }, - { - "id": 5, - "created_at": "2022-07-17 10:27:30.380723", - "updated_at": "2022-09-01 20:22:48.114340", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 5, + "fields": { + "created_at": "2022-07-17T10:27:30.380", + "updated_at": "2022-09-01T20:22:48.114", + "url": "https://1ptba.com/", "name": "1PT", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -236,13 +248,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -280,19 +292,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[4]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://1ptba.com/" - }, - { - "id": 7, - "created_at": "2022-07-20 10:03:44.047931", - "updated_at": "2022-09-01 20:22:48.116935", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 7, + "fields": { + "created_at": "2022-07-20T10:03:44.047", + "updated_at": "2022-09-01T20:22:48.116", + "url": "https://pt.asf.ink/", "name": "A-Soul", "logo": "favicon.ico", - "sign_in_support": 0, - "get_torrent_support": 0, - "get_userinfo_support": 0, - "search_support": 0, + "sign_in_support": false, + "get_torrent_support": false, + "get_userinfo_support": false, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -307,13 +322,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -351,19 +366,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://pt.asf.ink/" - }, - { - "id": 8, - "created_at": "2022-07-20 10:05:03.493380", - "updated_at": "2022-09-02 11:37:14.757976", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 8, + "fields": { + "created_at": "2022-07-20T10:05:03.493", + "updated_at": "2022-09-02T11:37:14.757", + "url": "https://carpt.net/", "name": "CarPT", "logo": "http://favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -378,13 +396,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 1, + "hr": true, "hr_rate": 2, "hr_time": 24, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -422,19 +440,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[4]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://carpt.net/" - }, - { - "id": 9, - "created_at": "2022-07-20 10:06:16.029788", - "updated_at": "2022-09-01 20:22:48.121694", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 9, + "fields": { + "created_at": "2022-07-20T10:06:16.029", + "updated_at": "2022-09-01T20:22:48.121", + "url": "https://www.hdarea.co/", "name": "HDArea", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": true, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "sign_in.php", "page_detail": "details.php?id={}", @@ -449,13 +470,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "post", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{'action':'sign_in'}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -493,19 +514,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://www.hdarea.co/" - }, - { - "id": 10, - "created_at": "2022-07-20 10:07:13.505127", - "updated_at": "2022-09-02 11:00:21.831134", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 10, + "fields": { + "created_at": "2022-07-20T10:07:13.505", + "updated_at": "2022-09-02T11:00:21.831", + "url": "https://hdfans.org/", "name": "红豆饭", "logo": "http://favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -520,13 +544,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -564,19 +588,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[4]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://hdfans.org/" - }, - { - "id": 11, - "created_at": "2022-07-20 10:08:12.726271", - "updated_at": "2022-09-01 20:22:48.131003", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 11, + "fields": { + "created_at": "2022-07-20T10:08:12.726", + "updated_at": "2022-09-01T20:22:48.131", + "url": "https://hdsky.me/", "name": "天空", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": true, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "showup.php", "page_detail": "details.php?id={}", @@ -591,13 +618,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "post", - "sign_in_captcha": 1, + "sign_in_captcha": true, "sign_in_params": "{'action':'showup'}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[contains(@class,\"torrents\")]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -635,19 +662,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://hdsky.me/" - }, - { - "id": 12, - "created_at": "2022-07-20 10:09:18.723334", - "updated_at": "2022-09-01 20:22:48.133377", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 12, + "fields": { + "created_at": "2022-07-20T10:09:18.723", + "updated_at": "2022-09-01T20:22:48.133", + "url": "https://hdtime.org/", "name": "时光", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -662,13 +692,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -706,19 +736,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[4]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://hdtime.org/" - }, - { - "id": 13, - "created_at": "2022-07-20 10:09:59.938469", - "updated_at": "2022-09-01 20:22:48.135971", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 13, + "fields": { + "created_at": "2022-07-20T10:09:59.938", + "updated_at": "2022-09-01T20:22:48.135", + "url": "https://hdzone.me/", "name": "Zone", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -733,13 +766,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -777,19 +810,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://hdzone.me/" - }, - { - "id": 14, - "created_at": "2022-07-20 10:11:12.180150", - "updated_at": "2022-09-01 20:22:48.138413", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 14, + "fields": { + "created_at": "2022-07-20T10:11:12.180", + "updated_at": "2022-09-01T20:22:48.138", + "url": "https://wintersakura.net/", "name": "冬樱", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -804,13 +840,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -848,19 +884,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[4]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://wintersakura.net/" - }, - { - "id": 15, - "created_at": "2022-07-20 10:12:13.107949", - "updated_at": "2022-09-01 20:22:48.146879", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 15, + "fields": { + "created_at": "2022-07-20T10:12:13.107", + "updated_at": "2022-09-01T20:22:48.146", + "url": "http://hdmayi.com/", "name": "蚂蚁", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -875,13 +914,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -919,19 +958,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "http://hdmayi.com/" - }, - { - "id": 16, - "created_at": "2022-07-20 10:13:15.407226", - "updated_at": "2022-09-01 20:22:48.149715", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 16, + "fields": { + "created_at": "2022-07-20T10:13:15.407", + "updated_at": "2022-09-01T20:22:48.149", + "url": "https://pt.0ff.cc/", "name": "农场", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -946,13 +988,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -990,19 +1032,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[4]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://pt.0ff.cc/" - }, - { - "id": 17, - "created_at": "2022-07-20 10:15:59.584262", - "updated_at": "2022-09-01 20:22:48.152455", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 17, + "fields": { + "created_at": "2022-07-20T10:15:59.584", + "updated_at": "2022-09-01T20:22:48.152", + "url": "https://ptchina.org/", "name": "铂金学院", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -1017,13 +1062,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -1061,19 +1106,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[4]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://ptchina.org/" - }, - { - "id": 18, - "created_at": "2022-07-20 10:58:58.928918", - "updated_at": "2022-09-01 20:22:48.154890", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 18, + "fields": { + "created_at": "2022-07-20T10:58:58.928", + "updated_at": "2022-09-01T20:22:48.154", + "url": "https://pt.msg.vg/", "name": "马杀鸡", "logo": "favicon.ico", - "sign_in_support": 0, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": false, + "get_torrent_support": true, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -1088,13 +1136,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -1132,19 +1180,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://pt.msg.vg/" - }, - { - "id": 19, - "created_at": "2022-07-20 11:03:57.583569", - "updated_at": "2022-09-01 20:22:48.162110", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 19, + "fields": { + "created_at": "2022-07-20T11:03:57.583", + "updated_at": "2022-09-01T20:22:48.162", + "url": "https://www.pttime.org/", "name": "时间", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -1159,13 +1210,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -1203,19 +1254,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://www.pttime.org/" - }, - { - "id": 20, - "created_at": "2022-07-20 11:06:11.901583", - "updated_at": "2022-09-01 20:22:48.165134", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 20, + "fields": { + "created_at": "2022-07-20T11:06:11.901", + "updated_at": "2022-09-01T20:22:48.165", + "url": "http://www.oshen.win/", "name": "欧申", "logo": "favicon.ico", - "sign_in_support": 0, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": false, + "get_torrent_support": true, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -1230,13 +1284,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -1274,19 +1328,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "http://www.oshen.win/" - }, - { - "id": 21, - "created_at": "2022-07-20 11:12:51.331275", - "updated_at": "2022-09-01 20:22:48.167550", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 21, + "fields": { + "created_at": "2022-07-20T11:12:51.331", + "updated_at": "2022-09-01T20:22:48.167", + "url": "https://www.htpt.cc/", "name": "海棠", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": true, + "get_userinfo_support": true, + "search_support": false, "page_default": "live.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -1301,13 +1358,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -1345,19 +1402,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://www.htpt.cc/" - }, - { - "id": 22, - "created_at": "2022-07-20 11:17:25.992570", - "updated_at": "2022-09-01 20:22:48.169901", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 22, + "fields": { + "created_at": "2022-07-20T11:17:25.992", + "updated_at": "2022-09-01T20:22:48.169", + "url": "https://ptsbao.club/", "name": "烧包", "logo": "favicon.ico", - "sign_in_support": 0, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": false, + "get_torrent_support": true, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -1372,13 +1432,13 @@ "page_viewfilelist": "viewfilelist.php?id=", "page_viewpeerlist": "viewpeerlist.php?id=", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tbody/tr", "name_rule": ".//td[@class=\"embedded\"]/a/@title", @@ -1416,19 +1476,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://ptsbao.club/" - }, - { - "id": 23, - "created_at": "2022-07-20 11:25:55.869829", - "updated_at": "2022-09-01 20:22:48.174044", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 23, + "fields": { + "created_at": "2022-07-20T11:25:55.869", + "updated_at": "2022-09-01T20:22:48.174", + "url": "https://www.hitpt.com/", "name": "百川", "logo": "favicon.ico", - "sign_in_support": 0, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": false, + "get_torrent_support": true, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -1443,13 +1506,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -1487,19 +1550,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://www.hitpt.com/" - }, - { - "id": 24, - "created_at": "2022-07-20 11:27:42.866938", - "updated_at": "2022-09-01 20:22:48.179255", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 24, + "fields": { + "created_at": "2022-07-20T11:27:42.866", + "updated_at": "2022-09-01T20:22:48.179", + "url": "https://pt.soulvoice.club/", "name": "聆音", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -1514,13 +1580,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -1558,19 +1624,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://pt.soulvoice.club/" - }, - { - "id": 25, - "created_at": "2022-07-20 11:28:54.234633", - "updated_at": "2022-09-01 20:22:48.181825", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 25, + "fields": { + "created_at": "2022-07-20T11:28:54.234", + "updated_at": "2022-09-01T20:22:48.181", + "url": "https://www.beitai.pt/", "name": "备胎", "logo": "favicon.ico", - "sign_in_support": 0, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": false, + "get_torrent_support": true, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -1585,13 +1654,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -1629,19 +1698,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://www.beitai.pt/" - }, - { - "id": 26, - "created_at": "2022-07-20 23:48:14.437030", - "updated_at": "2022-09-01 20:22:48.184066", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 26, + "fields": { + "created_at": "2022-07-20T23:48:14.437", + "updated_at": "2022-09-01T20:22:48.184", + "url": "https://audiences.me/", "name": "观众", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -1656,13 +1728,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[contains(@class,\"torrents\")]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -1700,19 +1772,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://audiences.me/" - }, - { - "id": 28, - "created_at": "2022-07-20 23:51:03.848016", - "updated_at": "2022-09-01 20:22:48.186333", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 28, + "fields": { + "created_at": "2022-07-20T23:51:03.848", + "updated_at": "2022-09-01T20:22:48.186", + "url": "https://gainbound.net/", "name": "丐帮", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -1727,13 +1802,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -1771,19 +1846,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[4]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://gainbound.net/" - }, - { - "id": 29, - "created_at": "2022-07-20 23:51:54.709973", - "updated_at": "2022-09-01 20:22:48.189899", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 29, + "fields": { + "created_at": "2022-07-20T23:51:54.709", + "updated_at": "2022-09-01T20:22:48.189", + "url": "https://www.haidan.video/", "name": "海胆", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 0, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": false, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "signin.php", "page_detail": "details.php?id={}", @@ -1798,13 +1876,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -1842,19 +1920,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://www.haidan.video/" - }, - { - "id": 30, - "created_at": "2022-07-20 23:52:34.568529", - "updated_at": "2022-09-01 20:22:48.195362", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 30, + "fields": { + "created_at": "2022-07-20T23:52:34.568", + "updated_at": "2022-09-01T20:22:48.195", + "url": "https://www.hddolby.com/", "name": "HD杜比", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -1869,13 +1950,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -1913,19 +1994,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://www.hddolby.com/" - }, - { - "id": 31, - "created_at": "2022-07-20 23:53:30.271660", - "updated_at": "2022-09-01 20:22:48.197883", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 31, + "fields": { + "created_at": "2022-07-20T23:53:30.271", + "updated_at": "2022-09-01T20:22:48.197", + "url": "https://www.hd.ai/", "name": "海带", "logo": "favicon.ico", - "sign_in_support": 0, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": false, + "get_torrent_support": true, + "get_userinfo_support": true, + "search_support": false, "page_default": "/Torrents.tableList?page=1&limit=100", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -1940,13 +2024,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"layui-table\"]/tr", "name_rule": ".//td/div/a/b/text()", @@ -1984,19 +2068,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://www.hd.ai/" - }, - { - "id": 32, - "created_at": "2022-07-20 23:55:26.251727", - "updated_at": "2022-09-01 20:22:48.200071", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 32, + "fields": { + "created_at": "2022-07-20T23:55:26.251", + "updated_at": "2022-09-01T20:22:48.200", + "url": "https://kp.m-team.cc/", "name": "MTeam", "logo": "favicon.ico", - "sign_in_support": 0, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": false, + "get_torrent_support": true, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -2011,13 +2098,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -2055,19 +2142,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://kp.m-team.cc/" - }, - { - "id": 33, - "created_at": "2022-07-20 23:56:40.615457", - "updated_at": "2022-09-01 20:22:48.202849", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 33, + "fields": { + "created_at": "2022-07-20T23:56:40.615", + "updated_at": "2022-09-01T20:22:48.202", + "url": "https://www.3wmg.com/", "name": "芒果", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -2082,13 +2172,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -2126,19 +2216,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://www.3wmg.com/" - }, - { - "id": 34, - "created_at": "2022-07-23 19:05:57.166639", - "updated_at": "2022-09-01 20:22:48.206244", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 34, + "fields": { + "created_at": "2022-07-23T19:05:57.166", + "updated_at": "2022-09-01T20:22:48.206", + "url": "https://greatposterwall.com/", "name": "海豹GPW", "logo": "favicon.ico", - "sign_in_support": 0, - "get_torrent_support": 0, - "get_userinfo_support": 0, - "search_support": 0, + "sign_in_support": false, + "get_torrent_support": false, + "get_userinfo_support": false, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -2153,13 +2246,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -2197,19 +2290,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//td[@id=\"seeding-size-value\"]/@data-value", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://greatposterwall.com/" - }, - { - "id": 35, - "created_at": "2022-07-23 19:10:24.853356", - "updated_at": "2022-09-01 20:22:48.211460", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 35, + "fields": { + "created_at": "2022-07-23T19:10:24.853", + "updated_at": "2022-09-01T20:22:48.211", + "url": "https://club.hares.top/", "name": "白兔hares", "logo": "http://favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": true, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php?action=sign", "page_detail": "details.php?id={}", @@ -2224,13 +2320,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{\"accept\":\"application/json\"}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents layui-table\"]/tr", "name_rule": ".//td[2]/div[1]/div[1]/div[2]/div/a/@title", @@ -2268,19 +2364,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/font/text()", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://club.hares.top/" - }, - { - "id": 36, - "created_at": "2022-07-27 12:59:12.234035", - "updated_at": "2022-09-01 20:22:48.213823", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 36, + "fields": { + "created_at": "2022-07-27T12:59:12.234", + "updated_at": "2022-09-01T20:22:48.213", + "url": "https://www.nicept.net/", "name": "老师", "logo": "http://favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -2295,13 +2394,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -2339,19 +2438,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[4]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "https://www.nicept.net/" - }, - { - "id": 37, - "created_at": "2022-07-27 13:01:11.697971", - "updated_at": "2022-09-01 20:22:48.216001", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 37, + "fields": { + "created_at": "2022-07-27T13:01:11.697", + "updated_at": "2022-09-01T20:22:48.216", + "url": "http://avgv.cc/", "name": "艾薇", "logo": "http://favicon.ico", - "sign_in_support": 0, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": false, + "get_torrent_support": true, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -2366,13 +2468,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -2410,19 +2512,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()", - "url": "http://avgv.cc/" - }, - { - "id": 38, - "created_at": "2022-08-02 10:14:26.854705", - "updated_at": "2022-09-01 20:22:48.218286", + "hash_rule": "//tr[13]/td[2]/table/tbody/tr/td[1]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 38, + "fields": { + "created_at": "2022-08-02T10:14:26.854", + "updated_at": "2022-09-01T20:22:48.218", + "url": "https://hdpt.xyz/", "name": "明教", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -2437,13 +2542,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -2481,19 +2586,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[4]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[10]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://hdpt.xyz/" - }, - { - "id": 39, - "created_at": "2022-08-12 23:29:07.033862", - "updated_at": "2022-09-01 20:22:48.220663", + "hash_rule": "//tr[10]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 39, + "fields": { + "created_at": "2022-08-12T23:29:07.033", + "updated_at": "2022-09-01T20:22:48.220", + "url": "https://pthome.net/", "name": "铂金家", "logo": "https://pthome.net/favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -2508,13 +2616,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 111, + "sp_full": 111.0, "limit_speed": 100, "torrents_rule": "//table[contains(@class,\"torrents\")]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -2552,19 +2660,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://pthome.net/" - }, - { - "id": 40, - "created_at": "2022-08-14 09:14:51.194443", - "updated_at": "2022-09-01 20:22:48.226040", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 40, + "fields": { + "created_at": "2022-08-14T09:14:51.194", + "updated_at": "2022-09-01T20:22:48.226", + "url": "https://iptorrents.com/", "name": "ipt", "logo": "https://iptorrents.com/favicon.ico", - "sign_in_support": 0, - "get_torrent_support": 0, - "get_userinfo_support": 0, - "search_support": 0, + "sign_in_support": false, + "get_torrent_support": false, + "get_userinfo_support": false, + "search_support": false, "page_default": "t", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -2579,13 +2690,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -2623,19 +2734,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://iptorrents.com/" - }, - { - "id": 41, - "created_at": "2022-08-18 00:39:11.082251", - "updated_at": "2022-09-01 20:22:48.229688", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 41, + "fields": { + "created_at": "2022-08-18T00:39:11.082", + "updated_at": "2022-09-01T20:22:48.229", + "url": "https://azusa.ru/", "name": "梓喵", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -2650,13 +2764,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -2694,19 +2808,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[4]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://azusa.ru/" - }, - { - "id": 42, - "created_at": "2022-08-18 00:46:55.688591", - "updated_at": "2022-09-01 20:22:48.232462", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 42, + "fields": { + "created_at": "2022-08-18T00:46:55.688", + "updated_at": "2022-09-01T20:22:48.232", + "url": "https://hdcity.city/", "name": "HD城市", "logo": "favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": true, + "get_userinfo_support": true, + "search_support": false, "page_default": "pt", "page_sign_in": "sign", "page_detail": "details.php?id={}", @@ -2721,13 +2838,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//center/div/div/div[contains(@class,\"trblock\")]", "name_rule": "./div[@class=\"trtop\"]/a//text()[1]", @@ -2765,19 +2882,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages\"]/text()[1]", - "hash_rule": "//div[@class=\"blockcontent\"]/b[text()=\"Hash 值:\"]/following-sibling::text()", - "url": "https://hdcity.city/" - }, - { - "id": 43, - "created_at": "2022-08-19 23:20:30.164315", - "updated_at": "2022-09-01 20:22:48.234933", + "hash_rule": "//div[@class=\"blockcontent\"]/b[text()=\"Hash 值:\"]/following-sibling::text()" + } +}, +{ + "model": "pt_site.site", + "pk": 43, + "fields": { + "created_at": "2022-08-19T23:20:30.164", + "updated_at": "2022-09-01T20:22:48.234", + "url": "http://hdvideo.one/", "name": "HDVIDEO", "logo": "http://hdvideo.one/favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -2792,13 +2912,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -2836,19 +2956,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[4]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "http://hdvideo.one/" - }, - { - "id": 44, - "created_at": "2022-08-23 16:41:38.669257", - "updated_at": "2022-09-01 20:22:48.237251", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 44, + "fields": { + "created_at": "2022-08-23T16:41:38.669", + "updated_at": "2022-09-02T16:41:47.215", + "url": "https://pt.keepfrds.com/", "name": "月月Frds", "logo": "https://pt.keepfrds.com/static/favicon-64x64.png", - "sign_in_support": 0, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": false, + "get_torrent_support": true, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -2863,33 +2986,33 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 100, + "sp_full": 100.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", - "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", - "title_rule": ".//tr/td[1]/text()", + "name_rule": ".//td[@class=\"embedded\"]/a/b//text()", + "title_rule": ".//td[@class=\"embedded\"]/a/following::text()[1]", "detail_url_rule": ".//td[@class=\"embedded\"]/a[contains(@href,\"detail\")]/@href", - "category_rule": ".//td[@class=\"rowfollow nowrap\"][1]/a[1]/img/@class", + "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\")]/@href", - "download_url_rule": ".//a[contains(@href,\"download.php?id=\") and contains(@href,\"passkey\")]/@href", - "size_rule": ".//td[5]/text()", + "magnet_url_rule": ".//input[@id=\"download_link\"]/@value", + "download_url_rule": ".//a[contains(@href,\"download.php\")]/@href", + "size_rule": "//td[5]/text()", "hr_rule": ".//table/tr/td/img[@class=\"hitandrun\"]/@title", - "sale_rule": ".//table/tr/td/img[contains(@class,\"pro_\")]/@alt", - "sale_expire_rule": ".//table/tr/td/font/span/@title", + "sale_rule": ".//div/img[contains(@class,\"pro_\")]/@alt", + "sale_expire_rule": ".//div/img[contains(@class,\"pro_\")]/@onmouseover", "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()", + "seeders_rule": "//a[contains(@href,\"#seeders\")]/text()", + "leechers_rule": "//a[contains(@href,\"#leechers\")]/text()", + "completers_rule": "//a[contains(@href,\"viewsnatches.php?id=\")]//text()", "viewfilelist_rule": ".//td/text()", "viewpeerlist_rule": ".//tr/td[9]/nobr/text()", - "peer_speed_rule": ".//tr/td[5]/nobr/text()", + "peer_speed_rule": ".//tr/td[7]/nobr/text()", "remark": "", "invitation_rule": "//a[contains(@href,\"invite.php?id=\")]/following-sibling::text()[1]", "time_join_rule": "//td[contains(text(),\"加入\")]/following-sibling::td/span/@title", @@ -2904,22 +3027,25 @@ "my_hr_rule": "//tr[14]/td[2]/a/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()", + "record_count_rule": "//td[3]/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://pt.keepfrds.com/" - }, - { - "id": 45, - "created_at": "2022-08-26 20:52:18.452034", - "updated_at": "2022-09-01 20:22:48.242606", + "hash_rule": "//td[@class=\"no_border_wide\"]/b[text()=\"Hash 码:\"]/following::text()[1]" + } +}, +{ + "model": "pt_site.site", + "pk": 45, + "fields": { + "created_at": "2022-08-26T20:52:18.452", + "updated_at": "2022-09-01T20:22:48.242", + "url": "https://u2.dmhy.org/", "name": "U2", "logo": "http://favor.ico", - "sign_in_support": 0, - "get_torrent_support": 0, - "get_userinfo_support": 0, - "search_support": 0, + "sign_in_support": false, + "get_torrent_support": false, + "get_userinfo_support": false, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -2934,13 +3060,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -2978,19 +3104,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://u2.dmhy.org/" - }, - { - "id": 46, - "created_at": "2022-08-26 20:53:50.259439", - "updated_at": "2022-09-01 20:22:48.245612", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 46, + "fields": { + "created_at": "2022-08-26T20:53:50.259", + "updated_at": "2022-09-01T20:22:48.245", + "url": "https://totheglory.im/", "name": "TTG", "logo": "http://favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 0, - "get_userinfo_support": 0, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": false, + "get_userinfo_support": false, + "search_support": false, "page_default": "browse.php?c=M", "page_sign_in": "signed.php", "page_detail": "t/", @@ -3005,13 +3134,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "post", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -3049,19 +3178,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://totheglory.im/" - }, - { - "id": 47, - "created_at": "2022-08-26 20:54:35.357465", - "updated_at": "2022-09-01 20:22:48.247877", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 47, + "fields": { + "created_at": "2022-08-26T20:54:35.357", + "updated_at": "2022-09-01T20:22:48.247", + "url": "https://discfan.net/", "name": "蝶粉", "logo": "http://favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 0, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": false, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}&hit=1", @@ -3076,13 +3208,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -3120,19 +3252,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://discfan.net/" - }, - { - "id": 48, - "created_at": "2022-08-26 20:55:42.110159", - "updated_at": "2022-09-01 20:22:48.250147", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 48, + "fields": { + "created_at": "2022-08-26T20:55:42.110", + "updated_at": "2022-09-01T20:22:48.250", + "url": "https://www.joyhd.net/", "name": "joyhd", "logo": "http://favicon.ico", - "sign_in_support": 0, - "get_torrent_support": 0, - "get_userinfo_support": 0, - "search_support": 0, + "sign_in_support": false, + "get_torrent_support": false, + "get_userinfo_support": false, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -3147,13 +3282,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -3191,19 +3326,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://www.joyhd.net/" - }, - { - "id": 49, - "created_at": "2022-08-27 17:32:01.405726", - "updated_at": "2022-09-01 20:22:48.252399", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 49, + "fields": { + "created_at": "2022-08-27T17:32:01.405", + "updated_at": "2022-09-01T20:22:48.252", + "url": "https://chdbits.co/", "name": "彩虹岛", "logo": "http://favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 0, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": false, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -3218,13 +3356,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -3262,19 +3400,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://chdbits.co/" - }, - { - "id": 50, - "created_at": "2022-08-27 17:36:00.453971", - "updated_at": "2022-09-01 20:22:48.255131", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 50, + "fields": { + "created_at": "2022-08-27T17:36:00.453", + "updated_at": "2022-09-01T20:22:48.255", + "url": "https://pt.hdupt.com/", "name": "好多油", "logo": "http://favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 0, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": false, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -3289,13 +3430,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -3333,19 +3474,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://pt.hdupt.com/" - }, - { - "id": 51, - "created_at": "2022-08-27 17:43:57.903295", - "updated_at": "2022-09-01 20:22:48.259265", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 51, + "fields": { + "created_at": "2022-08-27T17:43:57.903", + "updated_at": "2022-09-01T20:22:48.259", + "url": "https://ourbits.club/", "name": "我堡", "logo": "http://favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 0, - "get_userinfo_support": 1, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": false, + "get_userinfo_support": true, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -3360,13 +3504,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -3404,19 +3548,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://ourbits.club/" - }, - { - "id": 52, - "created_at": "2022-08-27 18:16:09.224686", - "updated_at": "2022-09-01 20:22:48.262236", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 52, + "fields": { + "created_at": "2022-08-27T18:16:09.224", + "updated_at": "2022-09-01T20:22:48.262", + "url": "https://hdhome.org/", "name": "家园", "logo": "http://favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 0, - "get_userinfo_support": 0, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": false, + "get_userinfo_support": false, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -3431,13 +3578,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -3475,19 +3622,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://hdhome.org/" - }, - { - "id": 53, - "created_at": "2022-08-27 18:18:44.023818", - "updated_at": "2022-09-01 20:22:48.265056", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 53, + "fields": { + "created_at": "2022-08-27T18:18:44.023", + "updated_at": "2022-09-01T20:22:48.265", + "url": "https://springsunday.net/", "name": "不可说", "logo": "http://favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 0, - "get_userinfo_support": 0, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": false, + "get_userinfo_support": false, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -3502,13 +3652,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -3546,19 +3696,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://springsunday.net/" - }, - { - "id": 54, - "created_at": "2022-08-27 18:24:32.917709", - "updated_at": "2022-09-01 20:22:48.268164", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 54, + "fields": { + "created_at": "2022-08-27T18:24:32.917", + "updated_at": "2022-09-01T20:22:48.268", + "url": "https://open.cd/", "name": "OpenCD", "logo": "http://favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 0, - "get_userinfo_support": 0, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": false, + "get_userinfo_support": false, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -3573,13 +3726,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -3617,19 +3770,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://open.cd/" - }, - { - "id": 55, - "created_at": "2022-08-27 21:57:23.449068", - "updated_at": "2022-09-01 20:22:48.271487", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 55, + "fields": { + "created_at": "2022-08-27T21:57:23.449", + "updated_at": "2022-09-01T20:22:48.271", + "url": "https://pterclub.com/", "name": "这是猫站", "logo": "http://favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 0, - "get_userinfo_support": 0, - "search_support": 0, + "sign_in_support": true, + "get_torrent_support": false, + "get_userinfo_support": false, + "search_support": false, "page_default": "torrents.php", "page_sign_in": "attendance.php", "page_detail": "details.php?id={}", @@ -3644,13 +3800,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -3688,19 +3844,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://pterclub.com/" - }, - { - "id": 56, - "created_at": "2022-08-27 21:57:47.858789", - "updated_at": "2022-09-01 20:22:48.280045", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 56, + "fields": { + "created_at": "2022-08-27T21:57:47.858", + "updated_at": "2022-09-01T20:22:48.280", + "url": "https://lemonhd.org/", "name": "柠檬", "logo": "http://favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -3715,13 +3874,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -3759,19 +3918,22 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://lemonhd.org/" - }, - { - "id": 57, - "created_at": "2022-08-27 21:58:11.379100", - "updated_at": "2022-09-01 20:22:48.282879", + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" + } +}, +{ + "model": "pt_site.site", + "pk": 57, + "fields": { + "created_at": "2022-08-27T21:58:11.379", + "updated_at": "2022-09-01T20:22:48.282", + "url": "https://nanyangpt.com/", "name": "南洋", "logo": "http://favicon.ico", - "sign_in_support": 1, - "get_torrent_support": 1, - "get_userinfo_support": 1, - "search_support": 0, + "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_detail": "details.php?id={}", @@ -3786,13 +3948,13 @@ "page_viewfilelist": "viewfilelist.php?id={}", "page_viewpeerlist": "viewpeerlist.php?id={}", "sign_in_method": "get", - "sign_in_captcha": 0, + "sign_in_captcha": false, "sign_in_params": "{}", "sign_in_headers": "{}", - "hr": 0, + "hr": false, "hr_rate": 2, "hr_time": 10, - "sp_full": 0, + "sp_full": 0.0, "limit_speed": 100, "torrents_rule": "//table[@class=\"torrents\"]/tr", "name_rule": ".//td[@class=\"embedded\"]/a/b/text()", @@ -3830,7 +3992,7 @@ "record_count_rule": "/html/body/b/text()", "seed_vol_rule": "//tr/td[3]", "mailbox_rule": "//a[@href=\"messages.php\"]/following-sibling::text()[1]", - "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()", - "url": "https://nanyangpt.com/" + "hash_rule": "//tr[11]//td[@class=\"no_border_wide\"][2]/text()" } -] \ No newline at end of file +} +]