更新 hddolby.py

This commit is contained in:
jxxghp
2025-03-02 14:41:55 +08:00
committed by GitHub
parent 8896867bb3
commit b25ac7116e

View File

@@ -162,7 +162,7 @@ class HddolbySpider:
'downloadvolumefactor': self.__get_downloadvolumefactor(result.get('promotion_time_type')),
'uploadvolumefactor': self.__get_uploadvolumefactor(result.get('promotion_time_type')),
'freedate': result.get('promotion_until'),
'page_url': self._pageurl % (self._domain, result.get('id')),
'page_url': self._pageurl % result.get('id'),
'labels': torrentLabels,
'category': category
}