]> jfr.im git - yt-dlp.git/blobdiff - pyinst.py
[extractor/generic] Separate embed extraction into own function (#5176)
[yt-dlp.git] / pyinst.py
index 9be5d896041fde0980b470cea5f29d70364744c2..0b7c66a30fab1e6fde1ab00696d8912480dd877b 100644 (file)
--- a/pyinst.py
+++ b/pyinst.py
@@ -81,7 +81,7 @@ def version_to_list(version):
 def dependency_options():
     # Due to the current implementation, these are auto-detected, but explicitly add them just in case
     dependencies = [pycryptodome_module(), 'mutagen', 'brotli', 'certifi', 'websockets']
-    excluded_modules = ['test', 'ytdlp_plugins', 'youtube_dl', 'youtube_dlc']
+    excluded_modules = ('youtube_dl', 'youtube_dlc', 'test', 'ytdlp_plugins', 'devscripts')
 
     yield from (f'--hidden-import={module}' for module in dependencies)
     yield '--collect-submodules=websockets'