21 lines
612 B
Markdown
21 lines
612 B
Markdown
### 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
|
|
|
|
- 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
|