mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
适配海豚海豹抄告分享率
This commit is contained in:
@@ -1524,7 +1524,7 @@ class PtSpider:
|
||||
stats = details_response.get('stats')
|
||||
downloaded = stats.get('downloaded')
|
||||
uploaded = stats.get('uploaded')
|
||||
ratio = stats.get('ratio')
|
||||
ratio = stats.get('ratio').replace(',', '')
|
||||
my_site.time_join = stats.get('joinedDate')
|
||||
my_site.latest_active = stats.get('lastAccess')
|
||||
my_site.my_level = details_response.get('personal').get('class')
|
||||
|
||||
Reference in New Issue
Block a user