Feat: Implement yt-dlp integration; Fix: Resolve PyInstaller bundling issues for downloader and ffmpeg-python; Docs: Add command-outputs.md
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
block_cipher = None
|
||||
|
||||
a = Analysis(['src/main.py'],
|
||||
a = Analysis(['main.py', 'downloader.py'],
|
||||
pathex=['/home/joe/Cloud9/Documents/Obisdian/projects/Video Converter'],
|
||||
binaries=[('/usr/bin/ffmpeg', '.'), ('/usr/bin/ffprobe', '.')],
|
||||
datas=[],
|
||||
|
||||
Reference in New Issue
Block a user