This commit is contained in:
jxxghp
2023-06-11 09:05:29 +08:00
parent 4061fd21c8
commit 8b8142ab60

View File

@ -214,7 +214,7 @@ class WeChat(metaclass=Singleton):
torrent_title = f"{torrent.site_name}" \
f"{meta.get_season_episode_string()} " \
f"{meta.get_resource_type_string()} " \
f"{meta.get_volume_factor_string()} " \
f"{torrent.get_volume_factor_string()} " \
f"{torrent.seeders}"
articles.append({
"title": torrent_title,