Skip to content

Commit

Permalink
Bump yt-dlp from 2024.8.1 to 2024.8.6 (#1561)
Browse files Browse the repository at this point in the history
* Bump yt-dlp from 2024.8.1 to 2024.8.6

Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.8.1 to 2024.8.6.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases)
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md)
- [Commits](yt-dlp/yt-dlp@2024.08.01...2024.08.06)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump yt-dlp.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin Schenkel <[email protected]>
  • Loading branch information
dependabot[bot] and MarvinSchenkel authored Aug 13, 2024
1 parent 5166d78 commit 5f973e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion music_assistant/server/providers/ytmusic/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "YouTube Music",
"description": "Support for the YouTube Music streaming provider in Music Assistant.",
"codeowners": ["@MarvinSchenkel"],
"requirements": ["ytmusicapi==1.8.0", "yt-dlp-youtube-accesstoken==0.1.1", "yt-dlp==2024.8.1"],
"requirements": ["ytmusicapi==1.8.0", "yt-dlp-youtube-accesstoken==0.1.1", "yt-dlp==2024.8.6"],
"documentation": "https://music-assistant.io/music-providers/youtube-music/",
"multi_instance": true
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ soundcloudpy==0.1.0
tidalapi==0.7.6
unidecode==1.3.8
xmltodict==0.13.0
yt-dlp==2024.8.1
yt-dlp==2024.8.6
yt-dlp-youtube-accesstoken==0.1.1
ytmusicapi==1.8.0
zeroconf==0.132.2

0 comments on commit 5f973e3

Please sign in to comment.