murrty / youtube-dl-gui

Download/Convert videos from websites without needing to learn command line
GNU General Public License v3.0
430 stars 44 forks source link

No error.log #9

Closed holyeff closed 4 years ago

holyeff commented 5 years ago

I tried adding a custom paramater, this one: -f "bestvideo[height<=480]+bestaudio/best[height<=480]"

I get an error in the command window but the window closes immediately so I can't read what it is. Also, I checked Save errors as error.log in Settings but no error.log is created.

murrty1 commented 5 years ago

Errors from youtube-dl don't get saved as a error.log, i was planning on implementing a outputredirection but i haven't found a comfortable way of making it work that wouldn't be intrusive.