From dbd5ef58256a4ef3e81591ccc4a12d6903ec46b7 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Wed, 11 May 2022 19:37:47 -0500 Subject: [PATCH] Added example --- Tesses.YouTubeDownloader/SubscribedTo.cs | 2 +- Tesses.YouTubeDownloader/Tesses.YouTubeDownloader.csproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Tesses.YouTubeDownloader/SubscribedTo.cs b/Tesses.YouTubeDownloader/SubscribedTo.cs index 98f6581..d92955e 100644 --- a/Tesses.YouTubeDownloader/SubscribedTo.cs +++ b/Tesses.YouTubeDownloader/SubscribedTo.cs @@ -105,7 +105,7 @@ namespace Tesses.YouTubeDownloader { if(Path.GetExtension(item).Equals(".json")) { - var sub=JsonConvert.DeserializeObject(await ReadAllTextAsync(item)); + var sub=JsonConvert.DeserializeObject(await ReadAllTextAsync($"Subscriptions/{item}")); sub.Base=this; yield return await Task.FromResult(sub); } diff --git a/Tesses.YouTubeDownloader/Tesses.YouTubeDownloader.csproj b/Tesses.YouTubeDownloader/Tesses.YouTubeDownloader.csproj index d01362e..c78dc09 100644 --- a/Tesses.YouTubeDownloader/Tesses.YouTubeDownloader.csproj +++ b/Tesses.YouTubeDownloader/Tesses.YouTubeDownloader.csproj @@ -7,9 +7,9 @@ Tesses.YouTubeDownloader Mike Nolan Tesses - 1.0.3.5 - 1.0.3.5 - 1.0.3.5 + 1.0.3.6 + 1.0.3.6 + 1.0.3.6 A YouTube Downloader LGPL-3.0-only true