-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update yt-dlp requirement and bump version to 2.0.7
Upgraded the yt-dlp dependency to version 2024.7.7 to include the latest features and bug fixes. Also updated the project's version number to 2.0.7 to reflect these changes and ensure compatibility.
- Loading branch information
Pfitzer
committed
Sep 28, 2024
1 parent
3df67ca
commit 04dcbe2
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
author=__author__, | ||
author_email='[email protected]', | ||
license='MIT', | ||
install_requires=['yt-dlp>=2024.5.27', 'mutagen>=1.47.0'], | ||
install_requires=['yt-dlp>=2024.7.7', 'mutagen>=1.47.0'], | ||
keywords='youtube mp3', | ||
packages=find_packages(), | ||
python_requires='~=3.10, <4', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# | ||
__author__ = 'Michael Pfister' | ||
__version__ = '2.0.6' | ||
__version__ = '2.0.7' |