Package Details: yewtube-git 2.10.4.r0.g49e75e9-1

Git Clone URL: https://aur.archlinux.org/yewtube-git.git (read-only, click to copy)
Package Base: yewtube-git
Description: Terminal based YouTube player and downloader. No Youtube API key required.
Upstream URL: https://github.com/mps-youtube/yewtube
Licenses: GPL3
Conflicts: mps-youtube, mps-youtube-git, mps-youtube-hd, mps-youtube-hd-git, termitube, termitube-git
Provides: mps-youtube, mps-youtube-git, mps-youtube-hd, mps-youtube-hd-git, termitube, termitube-git
Replaces: mps-youtube, mps-youtube-git, mps-youtube-hd, mps-youtube-hd-git, termitube, termitube-git
Submitter: yar
Maintainer: yar
Last Packager: yar
Votes: 32
Popularity: 0.000029
First Submitted: 2023-04-14 20:05 (UTC)
Last Updated: 2023-07-07 04:02 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

test0 commented on 2015-05-17 14:56 (UTC)

Getting this error while trying to use its search feature File "/usr/bin/mpsyt", line 9, in <module> load_entry_point('mps-youtube==0.2.4', 'console_scripts', 'mpsyt')() File "/usr/lib/python3.4/site-packages/mps_youtube/main.py", line 4830, in main if matchfunction(k, v, userinput): File "/usr/lib/python3.4/site-packages/mps_youtube/main.py", line 4731, in matchfunction func(*matches) File "/usr/lib/python3.4/site-packages/mps_youtube/main.py", line 2708, in search g.content = generate_songlist_display(frmat="search") File "/usr/lib/python3.4/site-packages/mps_youtube/main.py", line 1966, in generate_songlist_display details['category'] = g.category_names.get(cat, {}).get('title', cat) AttributeError: 'str' object has no attribute 'get' How to fix this?

demize commented on 2015-01-04 13:01 (UTC)

PR was merged 4 hours before I woke up it seems.

<deleted-account> commented on 2015-01-04 04:39 (UTC)

Hi, There is a bug with mpv 0.7.2, with which you are not able to quit a playing video with q, the video will think that it has failed and will try to retry playing the same video, unless you close mpsyt using Ctrl-C. The following pull request has fixed this issue, can you integrate this within the pkgbuild itself? https://github.com/np1/mps-youtube/pull/161

demize commented on 2014-11-29 12:39 (UTC)

Hey, thanks for the pointer, I always have it installed so don’t notice it when I test the package, d’oh. And yeah, python-pafy-git should provide python-pafy, but it didn’t due to historical reasons and have added it now. (Replaces isn’t appropriate here, they’re for when for example a package has been renamed then the new package will be installed automatically if both are in a repo.)

msx commented on 2014-11-19 03:17 (UTC)

Hello Kyrias, please check: 1) python-setuptools is a hard dependency, if you remove it after compiling the app mpsyt won't launch. 2) Since ATM python-pafy-git seems to be fully compatible with aur/python-pafy you can set it to replace the latter package at build/install time, this way installation of mps-youtube-git won't break when you install it if mps-youtube is already installed. Other than that, thank you very much for these build-scripts!

cirrus commented on 2014-02-09 22:34 (UTC)

Thanks for this.

Ambrevar commented on 2014-02-08 23:48 (UTC)

Good job, thanks!

demize commented on 2014-02-08 15:07 (UTC)

mplayer and mpv set as optionals since pms-youtube now if there isn't a config file checks whether mpv exists, and if not it uses mplayer.