using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using VDownload.Common; using VDownload.Common.Exceptions; using VDownload.Common.Models; using VDownload.Common.Services; using VDownload.Sources.Twitch; using VDownload.Sources.Twitch.Configuration; using VDownload.Sources.Twitch.Search; namespace VDownload.Services.Search { public interface ISearchService { Task SearchPlaylist(string url, int maxVideoCount); Task