[CHANGE] Linked decipher to video implementation
This commit is contained in:
@@ -31,8 +31,13 @@ public partial class CipherDecoder
|
||||
return decoder;
|
||||
}
|
||||
|
||||
public string Decipher(string signatureCipher)
|
||||
public string Decipher(string? signatureCipher)
|
||||
{
|
||||
if (string.IsNullOrEmpty(signatureCipher))
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
var urlBuilder = new StringBuilder();
|
||||
|
||||
var indexStart = signatureCipher.IndexOf("s=", StringComparison.Ordinal);
|
||||
|
||||
Reference in New Issue
Block a user