From ebf859ebad9f3df9ec9926fbeba678d39bb30269 Mon Sep 17 00:00:00 2001 From: jbannon Date: Sun, 24 Apr 2022 04:37:55 +0000 Subject: [PATCH] strip longer name --- docs/conf.py | 2 +- docs/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index adacd2f4..d305acb9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ sys.path.insert(0, os.path.abspath("../")) # -- Project information ----------------------------------------------------- -project = "ytdl-subscribe" +project = "ytdl-sub" copyright = "2022, Jesse Bannon" author = "Jesse Bannon" diff --git a/docs/index.rst b/docs/index.rst index 8d003753..2c65e2bd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,10 +3,10 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Youtube-DL-Subscribe: Automate ytdl downloads and metadata creation +ytdl-sub: Automate ytdl downloads and metadata creation =================================================================== -Youtube-DL-Subscribe (ytdl-sub) is an `open-source `_ +ytdl-sub is an `open-source `_ python app that strives to automate downloading media and preparing it for consumption in your favorite media player in the most hassle-free way possible.