lossless1024 / StreaMonitor

Adult live stream downloader for advanced people. I could have chosen a better name.
GNU General Public License v3.0
172 stars 42 forks source link

Change Subprocess popen startupinfo to confim no popups #108

Closed Onedshow closed 9 months ago

Onedshow commented 10 months ago

I have found that when the Downloader is started by pythonw, a ffmpeg popup windows will pop in Windows. So I add a startup info setting for Subprocess.popen to fix this problem. The reference is here.

lossless1024 commented 9 months ago

I can't test it on windows, but on linux this won't work by your implementation. I added a check that it only applies on windows.