mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
修复iptorrents做种体积
This commit is contained in:
@@ -1792,8 +1792,10 @@ class PtSpider:
|
||||
# logger.info(etree.tostring(seed_vol))
|
||||
if 'iptorrents.com' in site.url:
|
||||
vol = ''.join(seed_vol.xpath('.//text()'))
|
||||
logger.info(vol)
|
||||
vol = ''.join(re.findall(r'\((.*?)\)', vol))
|
||||
if site.url in [
|
||||
logger.info(vol)
|
||||
elif site.url in [
|
||||
'https://exoticaz.to/',
|
||||
'https://cinemaz.to/',
|
||||
'https://avistaz.to/',
|
||||
|
||||
Reference in New Issue
Block a user