diff --git a/requirements.txt b/requirements.txt index b4753d7..dbe647d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -yt-dlp==2023.9.24 +yt-dlp==2024.7.7 beautifulsoup4==4.9.3 mutagen==1.45.1 requests==2.32.2 diff --git a/setup.py b/setup.py index 72db0b5..a804b62 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ license='MIT', entry_points={'console_scripts': ['nts=nts.cli:main']}, install_requires=[ - 'yt-dlp==2023.9.24', + 'yt-dlp==2024.7.7', 'beautifulsoup4==4.9.3', 'mutagen==1.45.1', 'requests==2.32.2',