11 lines
278 B
C#
11 lines
278 B
C#
using System;
|
|
using JellyfinCinemaStream.Webshare;
|
|
|
|
class Program
|
|
{
|
|
private static void Main(string[] args)
|
|
{
|
|
string a = LinkGenerator.CalculatePassword(downloadId: "12kRBqAYQS2", downloadName: "bIaFGdkvKiiTBo2_S3E", salt: "UX8y8Fpa");
|
|
Console.WriteLine(a);
|
|
}
|
|
} |