mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix bug
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user