From df827b248f57aca4ff96923eedd1a1668c1ae22c Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Fri, 10 Sep 2021 23:20:43 -0700 Subject: [PATCH] readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01e0bce4..b7492a25 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# ytdl-subscribe -Automate downloading and tagging files using ytdl +# YoutubeDL-Subscribe +Automate downloading and tagging files using YoutubeDL. + +README is WIP but the package is usable. See the provided `subscriptions.yaml`, install the `requirements.txt`, and run `PYTHONPATH=. python ytdl_subscribe main -h` to get started.