From: Marvin Schenkel Date: Thu, 20 Jul 2023 11:09:18 +0000 (+0200) Subject: Change pytube to custom fork. (#783) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=4d96264b9d0eb48d4ae6dbce86e4f087b0a35bc1;p=music-assistant-server.git Change pytube to custom fork. (#783) --- diff --git a/music_assistant/server/providers/ytmusic/manifest.json b/music_assistant/server/providers/ytmusic/manifest.json index 63060494..d21ce014 100644 --- a/music_assistant/server/providers/ytmusic/manifest.json +++ b/music_assistant/server/providers/ytmusic/manifest.json @@ -4,7 +4,7 @@ "name": "YouTube Music", "description": "Support for the YouTube Music streaming provider in Music Assistant.", "codeowners": ["@MarvinSchenkel"], - "requirements": ["ytmusicapi==1.1.1", "git+https://github.com/pytube/pytube.git@refs/pull/1680/head"], + "requirements": ["ytmusicapi==1.1.1", "git+https://github.com/MarvinSchenkel/pytube.git"], "documentation": "https://github.com/music-assistant/hass-music-assistant/discussions/606", "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index 18d3da2b..05336699 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -13,9 +13,9 @@ colorlog==6.7.0 cryptography==41.0.2 deezer-python==5.12.0 faust-cchardet>=2.1.18 +git+https://github.com/MarvinSchenkel/pytube.git git+https://github.com/gieljnssns/python-radios.git@main git+https://github.com/jozefKruszynski/python-tidal.git@refs/heads/album-type-with-fix -git+https://github.com/pytube/pytube.git@refs/pull/1680/head ifaddr==0.2.0 mashumaro==3.8.1 memory-tempfile==2.2.3