Daniel Șuteu
Daniel Șuteu
I already sent a pull request. The fix would be to add `-h` for `du`. See: https://github.com/trizen/betty/blob/dev/lib/sizes.rb
For now, items with actions can be added by using the `raw` entry: ```perl our $SCHEMA = [ # ... {raw => q(...Message text
The "best" feature of YouTube :)
You can try the `--results=n` option, which will limit the number of results per page. ``` youtube-viewer --results=5 --comments 'https://www.youtube.com/watch?v=AuA2EAgAegE' ``` However, this will not guarantee that the comments will...
The fun part is that you don't have to guess. Instead, you can search any given configuration option in the source code and figure it out yourself what it does....
Support for restoring the previous session has been added in version 3.7.2. (https://github.com/trizen/youtube-viewer/commit/f4fbb68732634e2fe0cfc4d131f20b7cc32ad14e, https://github.com/trizen/youtube-viewer/commit/cd0ce90a739685a6992701b6c403695a557032b9)
Here's the relevant line: https://github.com/trizen/youtube-viewer/blob/ee5de19de26c0244f122a959ad6a0651b16153bc/bin/youtube-viewer#L2610
Any error messages? Please execute the application from a terminal and include here the error message prior to the crash. Thanks!
Currently, it is not possible to import RSS YouTube channels in (gtk-)youtube-viewer. However, if you log in, using the OAuth 2.0 authentication mechanism, you will be able to access your...
Unfortunately, the right-click menu seems to be broken on older versions of Gtk3: https://github.com/trizen/straw-viewer/issues/17 One solution, if possible, would be to update the gtk3 library to (preferably) the latest version...