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
This repository was archived by the owner on Nov 3, 2021. It is now read-only.
/straw-viewerPublic archive

**DEPRECATED** Usehttps://github.com/trizen/pipe-viewer instead.

License

NotificationsYou must be signed in to change notification settings

trizen/straw-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

straw-viewer

A lightweight application (fork ofyoutube-viewer) for searching and playing videos from YouTube, using theAPI ofinvidio.us.

straw-viewer

  • command-line interface to YouTube.

straw-viewer

gtk-straw-viewer

  • GTK+ interface to YouTube.

gtk-straw-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 ofstraw-viewer, without installing it, execute the following commands:

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

INSTALLATION

To installstraw-viewer, run:

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

To installgtk-straw-viewer along withstraw-viewer, run:

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

DEPENDENCIES

For straw-viewer:

For gtk-straw-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

Sometimes, the default instance,invidious.snopyta.org, may fail to work properly. When this happens, we can change the API host to some other instance of invidious, such asinvidious.tube:

    straw-viewer --api=invidious.tube

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

api_host=>"invidious.tube",

Alternatively, the following will automatically pick a random invidious instance everytime the program is started:

api_host=>"auto",

The available instances are listed at:https://api.invidious.io/

PIPE-VIEWER

pipe-viewer is an experimental fork ofstraw-viewer with the goal of parsing the YouTube website directly, and thus it may be a faster and more reliable alternative.

SUPPORT AND DOCUMENTATION

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

man straw-viewerperldoc WWW::StrawViewer

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

**DEPRECATED** Usehttps://github.com/trizen/pipe-viewer instead.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp