Fix #550 and Improve KwikExtractor Decrypt Function #551
No reviewers
Labels
No labels
Bug
Domain change
Duplicate
Features request
Remove request
Source is down
Source request
Wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Kohi-den/extensions-source#551
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 withtoInt
function since thegetString
function is basically a Base N to Decimal Converter.Increase the extension version
Done. Forgot about it when I was testing haha