Fix #550 and Improve KwikExtractor Decrypt Function #551

Merged
CursedSheep merged 3 commits from main into main 2025-01-17 10:47:36 -06:00
CursedSheep commented 2025-01-17 04:10:06 -06:00 (Migrated from github.com)

This PR closes issue #550 and improved the KwikExtractor Decrypt Function.

Upon looking into the decrypt function in KwikExtractor, I noticed that it was one of the contributing factors that makes the video loading slow. After analysing the decryption routine, I noticed the getString function can be replaced with toInt function since the getString function is basically a Base N to Decimal Converter.

This PR closes issue #550 and improved the KwikExtractor Decrypt Function. Upon looking into the decrypt function in KwikExtractor, I noticed that it was one of the contributing factors that makes the video loading slow. After analysing the decryption routine, I noticed the `getString` function can be replaced with `toInt` function since the `getString` function is basically a Base N to Decimal Converter.
Dark25 commented 2025-01-17 05:50:21 -06:00 (Migrated from github.com)

Increase the extension version

Increase the extension version
CursedSheep commented 2025-01-17 06:11:58 -06:00 (Migrated from github.com)

Increase the extension version

Done. Forgot about it when I was testing haha

> Increase the extension version Done. Forgot about it when I was testing haha
Sign in to join this conversation.
No description provided.