aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-10-23 19:59:52 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-10-23 21:20:19 +0530
commit96565c7e55bc3d97a1d4232fe974091dd45f5fe9 (patch)
tree5b6de2b3e755e09848bf3169384bd5854a59f1b7 /setup.py
parentec11a9f4a26e8225b195e5f91bd0b72b008d0c3a (diff)
[cleanup] Add keyword automatically to SearchIE descriptions
and some minor cleanup of docs
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e1c585be4..f08ae2309 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ from distutils.spawn import spawn
exec(compile(open('yt_dlp/version.py').read(), 'yt_dlp/version.py', 'exec'))
-DESCRIPTION = 'Command-line program to download videos from YouTube.com and many other other video platforms.'
+DESCRIPTION = 'A youtube-dl fork with additional features and patches'
LONG_DESCRIPTION = '\n\n'.join((
'Official repository: <https://github.com/yt-dlp/yt-dlp>',