mirror of
https://github.com/p-stream/providers.git
synced 2026-05-15 16:12:28 +00:00
| .. | ||
| blowfish.ts | ||
| constants.ts | ||
| README.md | ||
Maintaining decryption
This folder contains the decryption logic for the primewire provider
The code in blowfish.ts is a de-obfuscated version of the original code that is used to decrypt the video links. You can find original the code in this JavaScript file by searching for the keyword "sBox0".
The code is minified, so use prettier to deobfuscate it. In the case that the URL changes, you can find it used in the primewire homepage.