1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-01 19:42:52 -05:00

[documentation] Fix typos

This commit is contained in:
pukkandan
2021-04-22 16:34:02 +05:30
parent e4bdd3377d
commit e58c22a0f6
3 changed files with 29 additions and 29 deletions

View File

@ -69,6 +69,7 @@ PyInstaller.__main__.run([
'--onefile',
'--icon=devscripts/cloud.ico',
'--exclude-module=youtube_dl',
'--exclude-module=youtube_dlc',
'--exclude-module=test',
'--exclude-module=ytdlp_plugins',
'--hidden-import=mutagen',