youtube-viewer - search and stream yt videos

Forum rules
General talk about software - if the program is not in the repos, please links to the developer's page or github.
machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

youtube-viewer - search and stream yt videos

Unread post by machinebacon » Thu Jun 19, 2014 10:03 am

At least another way to watch youtube without loading the bloated browser.

Code: Select all

git clone https://github.com/trizen/youtube-viewer.git
cd youtube-viewer/WWW-YoutubeViewer
# no Gtk interface:
perl Build.PL
# with Gtk interface
perl Build.PL --gtk-youtube-viewer
# if something is missing:
sudo perl Build installdeps
./Build
./Build test
sudo ./Build install
..gnutella..

User avatar
Alad
should take a shower
Posts: 447
Joined: Wed May 21, 2014 12:52 am

Re: youtube-viewer - search and stream yt videos

Unread post by Alad » Thu Jun 19, 2014 11:37 am

Very nice, like SMTube but less stupid.
It's funny how we used to be able to do real stuff with rudimentary computers, but now we can't. -- ratcheer

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: youtube-viewer - search and stream yt videos

Unread post by machinebacon » Thu Jun 19, 2014 11:50 am

Yes, and the CLI version kicks serious ass. Haven't tried GTK yet :D
..gnutella..

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

Re: youtube-viewer - search and stream yt videos

Unread post by GekkoP » Thu Jun 19, 2014 11:57 am

Oh this is a nice solution, thanks for sharing. I was still stuck with youtube-dl on older machines.

User avatar
bones
Clooney
Posts: 2385
Joined: Fri Jun 28, 2013 11:47 pm
Location: Cascadia

Re: youtube-viewer - search and stream yt videos

Unread post by bones » Thu Jun 19, 2014 12:58 pm

This is really useful, thanks bacon!

User avatar
Alad
should take a shower
Posts: 447
Joined: Wed May 21, 2014 12:52 am

Re: youtube-viewer - search and stream yt videos

Unread post by Alad » Fri Jun 20, 2014 8:45 pm

Right now you may want to stick with the CLI version - encrypted videos use youtube-dl as a backend, and if that fails the GTK app freezes. The CLI version does show what's going on.

(I think there was a github issue on this, but I can't find it right now)
It's funny how we used to be able to do real stuff with rudimentary computers, but now we can't. -- ratcheer

Post Reply