add logging

This commit is contained in:
Mike Nolan 2022-05-03 09:07:48 -05:00
parent def2a8bbaa
commit c70f1764a4
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ namespace Tesses.YouTubeDownloader
public static async Task AddItemAsync(this IDownloader downloader,string url,Resolution resolution=Resolution.PreMuxed) public static async Task AddItemAsync(this IDownloader downloader,string url,Resolution resolution=Resolution.PreMuxed)
{ {
Console.WriteLine(url);
VideoId? vid = VideoId.TryParse(url); VideoId? vid = VideoId.TryParse(url);
PlaylistId? pid = PlaylistId.TryParse(url); PlaylistId? pid = PlaylistId.TryParse(url);
ChannelId? cid = ChannelId.TryParse(url); ChannelId? cid = ChannelId.TryParse(url);