Maxstupo / ydl-ui

A UI for the command-line video downloader "youtube-dl"
MIT License
352 stars 34 forks source link

Feature: User can set columns width as preference / Fix: Error opening video when using a short url #106

Closed MatheusOliveira-dev closed 2 years ago

MatheusOliveira-dev commented 2 years ago

Ref. Issue: https://github.com/Maxstupo/ydl-ui/issues/101 (1/2)

When changing the width of the columns of the DataGridView of downloads, the application will save in the preferences file so that after any restart, use as the user defined previously.

Ref. Issue: https://github.com/Maxstupo/ydl-ui/issues/102 (1/2)

When a video from the download list was inserted in short url format, the application could not open it in the browser and ended up causing an unhandled error.

Maxstupo commented 2 years ago

I already added column width saving in an earlier version #49, but it had a number of issues (#79, #67) so it was removed. Seems like this also has the same issues.

Closing for multiple issues/features in the same pull request/commit.