Change pytube to custom fork. (#783)
authorMarvin Schenkel <marvinschenkel@gmail.com>
Thu, 20 Jul 2023 11:09:18 +0000 (13:09 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Jul 2023 11:09:18 +0000 (13:09 +0200)
music_assistant/server/providers/ytmusic/manifest.json
requirements_all.txt

index 63060494d7f8250162c68aca58658909db0036bc..d21ce014cbdd850b288cddff6f4be9c58f32ac74 100644 (file)
@@ -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
 }
index 18d3da2bc276b8cd9c9618741f6cd88ad29f0c3e..0533669908b68a3afbc80e02a3be3c3faf6b626f 100644 (file)
@@ -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