-
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 youtube2mp3 version and yt-dlp dependency
Bumped up the version of youtube2mp3 from 2.0.5 to 2.0.6. Alongside this version update, the minimum required version for the yt-dlp dependency has also been updated.
- Loading branch information
Michael Pfister
committed
Jun 14, 2024
1 parent
2633b44
commit 903ca82
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>=2023.12.30', 'mutagen>=1.47.0'], | ||
install_requires=['yt-dlp>=2024.5.27', '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.5' | ||
__version__ = '2.0.6' |