diff options
author | sepro <4618135+seproDev@users.noreply.github.com> | 2024-03-19 18:14:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 18:14:04 +0100 |
commit | 388c979ac63a8774339fac2516fe1cc852b4276e (patch) | |
tree | 1293391ae387426a7daadf30d00db7bc58b7e68e /bundle/py2exe.py | |
parent | 22e4dfacb61f62dfbb3eb41b31c7b69ba1059b80 (diff) |
[docs] Update yt-dlp tagline (#9481)
Authored by: seproDev, bashonly, coletdjnz, Grub4K, pukkandan
Diffstat (limited to 'bundle/py2exe.py')
-rwxr-xr-x | bundle/py2exe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/py2exe.py b/bundle/py2exe.py index ccb52eaa2..281167492 100755 --- a/bundle/py2exe.py +++ b/bundle/py2exe.py @@ -28,7 +28,7 @@ def main(): }], version_info={ 'version': VERSION, - 'description': 'A youtube-dl fork with additional features and patches', + 'description': 'A feature-rich command-line audio/video downloader', 'comments': 'Official repository: <https://github.com/yt-dlp/yt-dlp>', 'product_name': 'yt-dlp', 'product_version': VERSION, |