mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-09 01:16:50 +08:00
Merge pull request #4866 from lostwindsenril/patch-1
This commit is contained in:
@@ -127,6 +127,8 @@ class MTorrentSpider:
|
|||||||
'labels': labels,
|
'labels': labels,
|
||||||
'category': category
|
'category': category
|
||||||
}
|
}
|
||||||
|
if discount_end_time := (result.get('status') or {}).get('discountEndTime'):
|
||||||
|
torrent['freedate'] = StringUtils.format_timestamp(discount_end_time)
|
||||||
torrents.append(torrent)
|
torrents.append(torrent)
|
||||||
return torrents
|
return torrents
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user