mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:33:26 +00:00
Update default encryption key
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// This file is based on https://github.com/Ciarands/vidsrc-to-resolver/blob/dffa45e726a4b944cb9af0c9e7630476c93c0213/vidsrc.py#L16
|
// This file is based on https://github.com/Ciarands/vidsrc-to-resolver/blob/dffa45e726a4b944cb9af0c9e7630476c93c0213/vidsrc.py#L16
|
||||||
// Full credits to @Ciarands!
|
// Full credits to @Ciarands!
|
||||||
|
|
||||||
const DECRYPTION_KEY = '8z5Ag5wgagfsOuhz';
|
const DECRYPTION_KEY = 'WXrUARXb1aDLaZjI';
|
||||||
|
|
||||||
export const decodeBase64UrlSafe = (str: string) => {
|
export const decodeBase64UrlSafe = (str: string) => {
|
||||||
const standardizedInput = str.replace(/_/g, '/').replace(/-/g, '+');
|
const standardizedInput = str.replace(/_/g, '/').replace(/-/g, '+');
|
||||||
|
Reference in New Issue
Block a user