Skip to content

Commit

Permalink
USER_CLASSES
Browse files Browse the repository at this point in the history
  • Loading branch information
madwind committed Aug 23, 2022
1 parent 55771c8 commit 2471e9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ptsites/sites/hdsky.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2471e9c

Please sign in to comment.