add 发布时间
This commit is contained in:
parent
eb1e045d8f
commit
20c4c7d6e6
@ -1724,6 +1724,8 @@ class BrushFlow(_PluginBase):
|
|||||||
else:
|
else:
|
||||||
size = torrent.size
|
size = torrent.size
|
||||||
msg_text = f"{msg_text}\n大小:{size}"
|
msg_text = f"{msg_text}\n大小:{size}"
|
||||||
|
if torrent.pubdate:
|
||||||
|
msg_text = f"{msg_text}\n发布时间:{torrent.pubdate}"
|
||||||
if torrent.seeders:
|
if torrent.seeders:
|
||||||
msg_text = f"{msg_text}\n做种数:{torrent.seeders}"
|
msg_text = f"{msg_text}\n做种数:{torrent.seeders}"
|
||||||
if torrent.volume_factor:
|
if torrent.volume_factor:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user