Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailCosmin committed Mar 9, 2023
1 parent 93e6337 commit 5b33a2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1209,13 +1209,16 @@ lib\xml\sax\saxutils.pyc
lib\xml\sax\xmlreader.pyc
lib\xml\sax\_exceptions.pyc
lib\xml\sax\__init__.pyc
lib\yt_dlp\__init__.pyc
lib\yt_dlp\__main__.pyc
lib\yt_dlp\aes.pyc
lib\yt_dlp\cache.pyc
lib\yt_dlp\cookies.pyc
lib\yt_dlp\dependencies.pyc
lib\yt_dlp\jsinterp.pyc
lib\yt_dlp\minicurses.pyc
lib\yt_dlp\options.pyc
lib\yt_dlp\plugins.pyc
lib\yt_dlp\socks.pyc
lib\yt_dlp\update.pyc
lib\yt_dlp\utils.pyc
Expand Down Expand Up @@ -2239,5 +2242,10 @@ lib\yt_dlp\postprocessor\sponskrub.pyc
lib\yt_dlp\postprocessor\sponsorblock.pyc
lib\yt_dlp\postprocessor\xattrpp.pyc
lib\yt_dlp\postprocessor\__init__.pyc
lib\yt_dlp\dependencies
lib\yt_dlp\dependencies\__init__.py
lib\yt_dlp\dependencies\__init__.pyc
lib\yt_dlp\dependencies\Cryptodome.py
lib\yt_dlp\dependencies\Cryptodome.pyc
lib\_distutils_hack\override.pyc
lib\_distutils_hack\__init__.pyc
Binary file modified scripts/Installer_Settings.ifp
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
package_dir={'': 'src'},
package_data=package_data,
options=options,
version="0.0.2",
version="0.0.3",
description='Youtube Downloader is a Youtube Browser application based on PySide6 and yt-dlp.'
+ 'And it allows you to download single videos, playlists or queues.',
executables=executables
Expand Down

0 comments on commit 5b33a2f

Please sign in to comment.