loader image

How to Watch YouTube Videos in the Linux Terminal With ytfzf

What makes us different from other similar websites? Forums Tech How to Watch YouTube Videos in the Linux Terminal With ytfzf

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #7692
    thumbtak
    Keymaster

    No ads or tracking, if you use this method, or less tracking.

    $ sudo apt install gh OR $ sudo dnf install gh

    $ gh auth login
    $ gh repo clone pystardust/ytfzf

    $ sudo apt install jq curl mpv fzf OR $ sudo dnf install jq curl mpv fzf

    $ cd ytfzf

    $ sudo apt install make OR sudo dnf inastall make

    $ sudo make install doc
    $ sudo make addons
    $ cd ..
    $ rm -rf ytfzf
    $ ytfzf

    Now search for a video on YouTube.  It should open in a new window, called mpv, which is a video player.

    • This topic was modified 4 months, 1 week ago by thumbtak. Reason: Fixed posting issues and missing command
    • This topic was modified 1 week, 5 days ago by thumbtak. Reason: Added two new commands at the beginning
    • This topic was modified 1 week, 5 days ago by thumbtak. Reason: Added another command
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
TAKs Shack