From 2471e9c2c994baccadbd7c5930b2551c0829ac03 Mon Sep 17 00:00:00 2001 From: madwind Date: Tue, 23 Aug 2022 16:26:59 +0800 Subject: [PATCH] USER_CLASSES --- ptsites/sites/hdsky.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ptsites/sites/hdsky.py b/ptsites/sites/hdsky.py index e222ac94..92e6fb31 100644 --- a/ptsites/sites/hdsky.py +++ b/ptsites/sites/hdsky.py @@ -29,10 +29,9 @@ class MainClass(NexusPHP): TORRENT_PAGE_URL: Final = '/details.php?id={torrent_id}&hit=1' DOWNLOAD_URL_REGEX: Final = '/download\\.php\\?id=\\d+&passkey=.*?(?=")' USER_CLASSES: Final = { - 'downloaded': [351843720888320, 549755813888000], - 'share_ratio': [8, 10], - 'points': [8000000, 10000000], - 'days': [315, 455] + 'downloaded': [10995116277760], + 'share_ratio': [5.5], + 'days': [455] } @classmethod