ytbrowser-tui/README.md

21 lines
612 B
Markdown
Raw Normal View History

2021-02-27 01:05:38 -07:00
### ytbrowser
This script lets you browse your suggestions on youtube without having to load all the overhead. It also lets you watch videos with mpv from its TUI.
- Requirents:
- Perl Moduels
- Time::HiRes
- Digest::SHA1
- Curses
- Curses::UI
- A cookies text file (with your current google/youtube seesion data)
- yt-download
- mpv
2021-02-27 02:05:52 -07:00
- Controls
- arrow keys = navigation
- enter = add video to watch list
- r = pull fresh data from YouTube
- i = show details of a video
- p = play first video in watch list using mpv
- q = exit ytbrowser