Exemple #1
0
                protected override async Task <int> OnExecuteTorrentSpecificAsync(QBittorrentClient client, CommandLineApplication app, IConsole console)
                {
                    await client.AddTrackersAsync(Hash, Trackers.Select(url => new Uri(url, UriKind.Absolute)));

                    return(ExitCodes.Success);
                }