Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A lightweight YouTube client for Linux (fork of straw-viewer)

License

NotificationsYou must be signed in to change notification settings

CoolCood/pipe-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A lightweight application (fork ofstraw-viewer) for searching and playing videos from YouTube.

This fork parses the YouTube website directly and relies on the invidious instances only as a fallback method.

pipe-viewer

  • command-line interface to YouTube.

pipe-viewer

gtk-pipe-viewer

  • GTK+ interface to YouTube.

gtk-pipe-viewer

STATUS

The project is in its early stages of development and some features are not implemented yet.

AVAILABILITY

VIDEO REVIEWS

TRY

For trying the latest commit ofpipe-viewer, without installing it, execute the following commands:

    cd /tmp    wget https://github.com/trizen/pipe-viewer/archive/main.zip -O pipe-viewer-main.zip    unzip -n pipe-viewer-main.zip    cd pipe-viewer-main/bin    ./pipe-viewer

INSTALLATION

To installpipe-viewer, run:

    perl Build.PL    sudo ./Build installdeps    sudo ./Build install

To installgtk-pipe-viewer along withpipe-viewer, run:

    perl Build.PL --gtk    sudo ./Build installdeps    sudo ./Build install

DEPENDENCIES

For pipe-viewer:

For gtk-pipe-viewer:

Build dependencies:

Optional dependencies:

PACKAGING

To package this application, run the following commands:

    perl Build.PL --destdir "/my/package/path" --installdirs vendor [--gtk]    ./Build test    ./Build install --install_path script=/usr/bin

INVIDIOUS INSTANCES

To use a specific invidious instance, likeinvidious.snopyta.org, we have (see also the--invidious option):

    pipe-viewer --api=invidious.snopyta.org

To make the change permanent, set in the configuration file:

api_host=>"invidious.snopyta.org",

By default,pipe-viewer picks a random invidious instance fromapi.invidious.io on-demand.

SUPPORT AND DOCUMENTATION

After installing, you can find documentation with the following commands:

man pipe-viewerperldoc WWW::PipeViewer

LICENSE AND COPYRIGHT

Copyright (C) 2012-2021 Trizen

This program is free software; you can redistribute it and/or modify itunder the terms of either: the GNU General Public License as publishedby the Free Software Foundation; or the Artistic License.

Seehttp://dev.perl.org/licenses/ for more information.

About

A lightweight YouTube client for Linux (fork of straw-viewer)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl99.9%
  • Shell0.1%

[8]ページ先頭

©2009-2025 Movatter.jp