axcore / tartube

A GUI front-end for youtube-dl, partly based on youtube-dl-gui and written in Python 3 / Gtk 3
GNU Lesser General Public License v2.1
2.05k stars 111 forks source link

Copy function for errors tab #559

Closed ceonelson closed 1 year ago

ceonelson commented 1 year ago

Even on the latest version the drag n drop of errors has never worked for me under Windows 10.

Some of the errors I can copy from the python shell, but others like the built in tartube errors don't appear there.

It'd be great to be able to ctrl+c or right click and copy to have the selected items in the errors tab put into the clipboard.

axcore commented 1 year ago

Nothing I can do about the drag-and-drop problems on MS Windows, but in v2.4.392 I have added a "copy to clipboard" button which should do what you want.

As usual, the new source code is only uploaded to Github/pypi, you can update your Windows installation as described here.