mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
修复聆音做种
This commit is contained in:
@@ -1929,6 +1929,7 @@ class PtSpider:
|
||||
'https://pt.2xfree.org/',
|
||||
'http://www.oshen.win/',
|
||||
'https://sharkpt.net/',
|
||||
'https://pt.soulvoice.club/',
|
||||
]:
|
||||
# 获取到的是整段,需要解析
|
||||
logger.info('做种体积:{}'.format(seed_vol_list))
|
||||
|
||||
@@ -1636,7 +1636,7 @@
|
||||
{
|
||||
"id": 24,
|
||||
"created_at": "2022-07-20 11:27:42.866000",
|
||||
"updated_at": "2023-02-21 15:54:43.823356",
|
||||
"updated_at": "2023-03-09 09:56:10.662261",
|
||||
"name": "聆音",
|
||||
"url": "https://pt.soulvoice.club/",
|
||||
"logo": "https://pt.soulvoice.club/favicon.ico",
|
||||
@@ -1700,7 +1700,7 @@
|
||||
"leech_rule": "//img[@class=\"arrowdown\"][1]/following-sibling::text()[1]",
|
||||
"seed_rule": "//img[@class=\"arrowup\"][1]/following-sibling::text()[1]",
|
||||
"record_count_rule": "/html/body/b/text()",
|
||||
"seed_vol_rule": "//tr/td[3]",
|
||||
"seed_vol_rule": "//p/preceding-sibling::text()[1]",
|
||||
"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]",
|
||||
|
||||
Reference in New Issue
Block a user