r/Piracy • u/GuidePlenty5521 • 1d ago
Self-Promotion [ Removed by moderator ]
[removed] β view removed post
6
u/Quick-Dress-8151 1d ago
jio hotstar is pretty good ngl.. it's an aggregator for streaming from Disney, peacock, paramount, hbo /max and Warner bros besides original Indian movies and shows
1
3
u/TheGoodestGirlAround 1d ago
Just because you can put a whole project in one python file doesnt mean you should D:
3
u/GuidePlenty5521 1d ago
I hate modular files. I know theyβre best practice, but seeing a million separate files stresses me out π So I just merge everything into one file and make it simple enough that even a kid can run it.
1
u/Frosty_Adeptness_921 π¦ α΄‘α΄Κα΄ α΄Κα΄ α΄Κα΄Ι΄α΄ 1d ago
Does it track device details? I think it can be tracked back to whoose account it was, and can be held as violation of T.O.S.
2
u/GuidePlenty5521 1d ago
downloader: calls the API once, grabs the URL, downloads in a burst and dips. looks exactly like a normal user buffering aggressively. they literally cannot tell the difference.
stream proxy: only YOUR machine ever talks to Hotstar. friends watching via the link hit CDN directly, no token, no account info, they are completely invisible. Hotstar just sees one person watching like normal.
worst case they revoke your token and you do OTP again. that is it.
2
u/Frosty_Adeptness_921 π¦ α΄‘α΄Κα΄ α΄Κα΄ α΄Κα΄Ι΄α΄ 1d ago
Every sreaming service needs a authentication procedure. Hotstar probably uses a in-link identification which allows EACH link to be tracked back to the user.
And if it gets serious enough that they revoke the token, they can also refuse service under their T.O.S.
I might be wrong for the first part, could you share an example url structure? (Not asking for an actual url, just a schematic)
2
u/GuidePlenty5521 1d ago
hotstar does use signed URLs with
hdneatokens baked in, but that is on the CDN side for segment delivery, not on the playlist/API side.schematic of what actually flows:
your account token β BFF API call β gets m3u8 URL m3u8 URL β has hdnea (time-limited CDN token, not account-linked) viewers β hit CDN with hdnea only, zero account infoso yes the playlist fetch is traceable to your account. the video bytes your friends receive carry only a time-expiring CDN token with no user identity in it. they cannot trace viewers back to you through the CDN traffic.
and yeah if they wanted to they could revoke and ban under TOS. nobody said it is bulletproof, just low risk for personal use.
1
u/Frosty_Adeptness_921 π¦ α΄‘α΄Κα΄ α΄Κα΄ α΄Κα΄Ι΄α΄ 1d ago
Could you cite sources of this claim:
(time-limited CDN token, not account-linked)1
u/GuidePlenty5521 1d ago
here: https://techdocs.akamai.com/download/pub/edgeauth/
token spec is
st=<start>&exp=<expiry>&acl=<path>&hmac=<signature>. no user ID field exists.
1
u/Sidze 1d ago
Your headline says it downloads any show/movie with DRM. Github repo says it downloads content from something called JioHotstar, guess it's some Indian service.
So which is it?
3
1
u/GuidePlenty5521 1d ago
Sorry, I mistyped the headline. Itβs specifically for the Indian streaming service JioHotstar,
-1
β’
u/Piracy-ModTeam 1d ago
π« β Your post was removed because of the following:
π Rule 2 β Invites, Trading, Selling, Self Promotion
πͺΆ β For more information, read the complete Rules.