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:
Ramforth
2025-11-01 15:49:35 +01:00
parent 89c6a25891
commit be101e0869
4 changed files with 812 additions and 1 deletions

View File

@@ -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=[],