add logging
This commit is contained in:
parent
def2a8bbaa
commit
c70f1764a4
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue