]> jfr.im git - yt-dlp.git/blobdiff - setup.py
[cleanup] Add keyword automatically to SearchIE descriptions
[yt-dlp.git] / setup.py
index e1c585be4a38711209a75c448ea8cff7dfbb1c33..f08ae2309d43c1faac51989ed96b8535f9a99692 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@
 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>',