fix bug
This commit is contained in:
@ -83,7 +83,7 @@ class TNodeSpider:
|
||||
results = res.json().get('data', {}).get("torrents") or []
|
||||
for result in results:
|
||||
torrent = {
|
||||
'id': self._indexerid,
|
||||
'site': self._indexerid,
|
||||
'title': result.get('title'),
|
||||
'description': result.get('subtitle'),
|
||||
'enclosure': self._downloadurl % (self._domain, result.get('id')),
|
||||
|
Reference in New Issue
Block a user