From f65701dbd9c747f05acd1146ebfea0dbb92009b9 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Sun, 29 Aug 2021 15:39:59 +0100 Subject: [PATCH] feat(*): Add base project --- YouTubeChannelDownloader.sln | 25 ++++++++++++++++++ YouTubeChannelDownloader/Program.cs | 14 ++++++++++ .../YouTubeChannelDownloader.csproj | 10 +++++++ .../db/downloadedvideos.sqlite | Bin 0 -> 20480 bytes 4 files changed, 49 insertions(+) create mode 100644 YouTubeChannelDownloader.sln create mode 100644 YouTubeChannelDownloader/Program.cs create mode 100644 YouTubeChannelDownloader/YouTubeChannelDownloader.csproj create mode 100644 YouTubeChannelDownloader/db/downloadedvideos.sqlite diff --git a/YouTubeChannelDownloader.sln b/YouTubeChannelDownloader.sln new file mode 100644 index 0000000..9af2eab --- /dev/null +++ b/YouTubeChannelDownloader.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31410.357 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YouTubeChannelDownloader", "YouTubeChannelDownloader\YouTubeChannelDownloader.csproj", "{BD981511-CE22-4366-A69B-93E4F20B966A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {BD981511-CE22-4366-A69B-93E4F20B966A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BD981511-CE22-4366-A69B-93E4F20B966A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BD981511-CE22-4366-A69B-93E4F20B966A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BD981511-CE22-4366-A69B-93E4F20B966A}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {32381847-5036-4144-AF7A-27D70A2A8589} + EndGlobalSection +EndGlobal diff --git a/YouTubeChannelDownloader/Program.cs b/YouTubeChannelDownloader/Program.cs new file mode 100644 index 0000000..b4b0bf1 --- /dev/null +++ b/YouTubeChannelDownloader/Program.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.IO; + +namespace YouTubeChannelDownloader +{ + internal class Program + { + private static async Task Main(string[] args) + { + } +} diff --git a/YouTubeChannelDownloader/YouTubeChannelDownloader.csproj b/YouTubeChannelDownloader/YouTubeChannelDownloader.csproj new file mode 100644 index 0000000..014f6fc --- /dev/null +++ b/YouTubeChannelDownloader/YouTubeChannelDownloader.csproj @@ -0,0 +1,10 @@ + + + + Exe + net5.0 + + + + + diff --git a/YouTubeChannelDownloader/db/downloadedvideos.sqlite b/YouTubeChannelDownloader/db/downloadedvideos.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..23a2f015031b0f2dcd16f5deb118d23d8020ac49 GIT binary patch literal 20480 zcmeI(O;6h}7zc2tDKL=Q?AGI~vco3Ps!2-I^s9``5pU|VVK)ja0Xjvt)bjH=`*iN(lk zN(mt%uXDWKl^Act?>hW0jI?JpMUs6pOh`XTJTWB6FVd&PF!^!T%Xkg}2tWV=5P$## zAOHafKmY=STzABUR3;vwzPs*U4Enz9xK7J+Tt6J|$14q^Y#P)ouhk5i9v@EA z7l|dx%lJsuNmJ7}H0jPRuluzct?ceJ%|^MpW72ee%bJW-Z&bI-jU&2c9IZ?QUALKQ zdZ+GK)Vmi=kM-}zc(%mS%UALFR5K$GZ{WC>;rl*com%!e^KbhT=`DGDLUY%L!a_>Z zgqz)4Da$f8w!M?UW}ZI?H@%Sg!PV4ANGXhOE2k z%(zW8HlKQ{&9a%A$C9T$j@I^1qW@KbS3&wp_=N%i2tWV=5P$##AOHafKmY;|fWV^@ zcrJ)WO35j5uBa3gRW7W`R(0Sp&+b00Izz00bZa z0SG_<0uX?}BNcci8jFA11c=W6#pEv{4W(m#LxBJUAOHafKmY;|fB*y_009X6UjmjG zU#?t)$7(@6?3l$)FIpvMa>b0IQCTVRE2m}koUUrcyy>6PX4_}{19_UEbvtCXZ3ida z5eqOUsdIY>B>CX8b9psb@)6> zbi)sr*YWsF52Be?1Ah>m|BKRRBK?rQ^BW2TAOHafKmY;|fB*y_009U<00NIeKoXaQ UkzEZj>W^$f#FFCj;>b3_Z-cWxx&QzG literal 0 HcmV?d00001