Would it be possible to
1. get a continuous playback of the results (the way minitube does)? This would really make minitube unneeded :-)
2. select the video with a simpler combination than the code of the video? for example could you number them 1,2,3,... in order of the results?
Search Criteria
Package Details: youtube-viewer-git 3.11.6.r0.gcc1264a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/youtube-viewer-git.git (read-only, click to copy) |
---|---|
Package Base: | youtube-viewer-git |
Description: | A lightweight YouTube client for Linux |
Upstream URL: | https://github.com/trizen/youtube-viewer |
Keywords: | perl youtube |
Licenses: | Artistic2.0 |
Conflicts: | youtube-viewer |
Provides: | youtube-viewer |
Submitter: | trizen |
Maintainer: | trizen |
Last Packager: | trizen |
Votes: | 112 |
Popularity: | 0.000000 |
First Submitted: | 2012-09-28 06:36 (UTC) |
Last Updated: | 2025-04-22 16:46 (UTC) |
Dependencies (15)
- perl (perl-gitAUR)
- perl-data-dump
- perl-json
- perl-libwww
- perl-lwp-protocol-https
- perl-unicode-linebreak
- yt-dlp (yt-dlp-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-amd-fullAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR) (optional) – conversions and MKV merging
- mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, libmpv-gitAUR, mpv-full-gitAUR, mpv-full-build-gitAUR, mpv-amd-full-gitAUR, mpv-fullAUR) (optional) – play videos with MPV (recommended)
- perl-json-xs (optional) – faster JSON parsing
- perl-lwp-useragent-cachedAUR (optional) – local cache support
- perl-term-readline-gnu (optional) – better STDIN support (+history)
- vlc (vlc-noxAUR, vlc-gitAUR) (optional) – play videos with VLC
- wget (wget-gitAUR) (optional) – download videos with wget
Required by (0)
Sources (1)
<deleted-account> commented on 2010-06-28 21:42 (UTC)
trizen commented on 2010-06-28 20:12 (UTC)
Added support to search YouTube Videos and play them in mplayer by inserting the video code.
Usage: youtube-viewer [words]
Example: youtube-viewer avatar trailer 2009
trizen commented on 2010-06-07 00:28 (UTC)
Great idea.. working on it...
Edited: Done... :)
[script] : will let you choose the quality of video
[script] [url] : script will choose best quality available
[script] -s || -stdin: Insert a URL via STDIN and play it @ best quality available
[script] -h || -help : print this message...
<deleted-account> commented on 2010-06-06 22:51 (UTC)
Feature request ;-)
What do you think about implementing sth like this
youtube-viewer --best http://www.youtube.com/watch?v=???
where --best automatically picks the best quality available for the specific video? I'd love to use this in a script.
<deleted-account> commented on 2010-06-02 17:32 (UTC)
Nice app, thnx!
Pinned Comments
trizen commented on 2025-03-16 10:21 (UTC) (edited on 2025-03-16 10:22 (UTC) by trizen)
A workaround would be to set in the config-file,
force_fallback => 1,
which will useyt-dlp
to extract the video URLs.