youtube-viewer doesn't work with perl-5.16
Error ocurred while parsing http://gdata.youtube.com/feeds/api/videos/GCzaZWWT8Ys?v=2
Perl API version v5.14.0 of XML::Fast does not match v5.16.0 at /usr/share/perl5/core_perl/XSLoader.pm line 92, <FIN> line 1.
Compilation failed in require at /usr/share/perl5/core_perl/autouse.pm line 53, <FIN> line 1.
Downgrading to 5.14 works for now!
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-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR) (optional) – conversions and MKV merging
- mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, mpv-amd-full-gitAUR, libmpv-gitAUR, mpv-fullAUR, mpv-full-gitAUR, mpv-full-build-gitAUR) (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, vlc-luajitAUR) (optional) – play videos with VLC
- wget (wget-gitAUR, wurlAUR) (optional) – download videos with wget
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 15 Next › Last »
<deleted-account> commented on 2012-06-02 13:52 (UTC)
daimonion commented on 2012-02-17 22:50 (UTC)
Thanks, Trizen, I've just deleted youtube-viewer.conf, and it started to work again. Don't know how did I miss that... :)
trizen commented on 2012-02-15 16:57 (UTC)
Make sure that everything is ok in ~/.config/youtube-viewer/youtube-viewer.conf
Also, running it in '--debug' mode may help...
daimonion commented on 2012-02-15 16:48 (UTC)
It stopped working suddenly (doesn't play a video), but it can download a flv file. How can I debug it?
felixonmars commented on 2012-02-15 10:33 (UTC)
@trizen
It works! Thank you so much!
trizen commented on 2012-02-15 09:40 (UTC)
Add 'nolirc=yes' to ~/.mplayer/config
felixonmars commented on 2012-02-15 03:25 (UTC)
I always get this:
mplayer: could not connect to socket
mplayer: No such file or directory
what could be the problem? thanks.
trizen commented on 2012-01-19 04:53 (UTC)
Done.
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.