Sir,
There could well be other Linux based apps as clients for youtube
and as clients for youtube downloading.
.......i did detail a simple way to do "youtube downloading and youtube searching" via a simple TEXT only web browser........ such as the "Links" web browser.....
Once found, you can then play the resulting youtube movie or download it or download it's audio...... you can then play it using the free "FFPLAY" media player which is inside FFMPEG on Linux.
so.........
(a)
For doing an identical YOUTUBE search as happens on the YT native web site
you can go here ....
"
www.tonvid.com" and search for any movie
using a "text only" web browser and a movie keyword
(b)
You can then COPY THE LINK of the video of choice from your searching in (a)
and paste it into this site...
www.genyt.netand click search.
Click the resulting FOUND video.
Then click "generate download links"
(c) RIGHT CLICK any download link that interests you from (b)
and go "SAVE or DOWNLOAD the movie file." giving it a name.
Should you just want to DIRECTLY STREAM & WATCH the movie link from (b) in "FFPLAY" media player then.....
1) RIGHT CLICK the download link of (b) and go "DISPLAY"
and then....
2) Go to the menu of the "text only" web browser under BOOKMARKS
click "ADD THE CURRENT PAGE" as a bookmark
3) Then Open the Tinycore text editior tool and under HOME
directory you should eventually see the "LINKS" folder if you clicked "SHOW HIDDEN FILES"
4) click the LINKS FOLDER and you should see the "bookmarks" file.
5) Open that "bookmarks" file in the text editor and you will see your movie URL LINK ADDRESS of your interest ......
6) Copy that URL link using highlight and copy..... then MIDDLE CLICK to paste
the URL into an FFPLAY media player terminal........and then PLAY the movie
thanks
C
ps.........below is the FFPLAY media player command i would use to play stuff...
(at the terminal prompt)........
ffplay -fast -framedrop -cpuflags -sse+sse2+sse3+sse4.1+sse4.2+mmx+avx -threads auto -x 195 -y 158 -hide_banner -sync audio "the movie link.mp4"
(if it's just audio you are playing add the "-vn" and "-nodisp" flags
.....Also, your CPU flags may vary as it depends on your CPU type.....for example, a Raspberry Pi arm CPU may be
ffplay -fast -framedrop -cpuflags -armv6+something+somethin etc............bla bla bla
thx
C