This commit is contained in:
jxxghp
2023-07-09 07:23:27 +08:00
parent 8421608642
commit 0e66bc7b79

View File

@ -537,7 +537,7 @@ class TorrentSpider:
""" """
解析单条种子数据 解析单条种子数据
""" """
self.torrents_info = {'indexer': self.indexerid} self.torrents_info = {}
try: try:
self.__get_title(torrent) self.__get_title(torrent)
self.__get_description(torrent) self.__get_description(torrent)