From 134f242d19238293ae8fc907689bd94ef3b560a8 Mon Sep 17 00:00:00 2001 From: matt <18199813engirugger42@users.noreply.github.com> Date: Sat, 30 Mar 2024 09:23:24 +0100 Subject: [PATCH] Working first pass. Downloads all files with generic name. Does not parse name of title. Does not write metadata. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fe73384 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/.vs +/bin +/obj +*.har