Skip to content

Commit

Permalink
USER_CLASSES
Browse files Browse the repository at this point in the history
  • Loading branch information
madwind committed Aug 19, 2022
1 parent 41ece28 commit 1e602b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ptsites/sites/hdsky.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +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': [8796093022208, 10995116277760],
'share_ratio': [5, 5.5],
'downloaded': [351843720888320, 549755813888000],
'share_ratio': [8, 10],
'point': [8000000, 10000000],
'days': [315, 455]
}

Expand Down

0 comments on commit 1e602b2

Please sign in to comment.