Search Criteria
Package Details: youtube-search-python 1.6.6-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/youtube-search-python.git (read-only, click to copy) |
---|---|
Package Base: | youtube-search-python |
Description: | Search for YouTube videos, channels & playlists & get video information using link WITHOUT YouTube Data API v3 |
Upstream URL: | https://github.com/alexmercerind/youtube-search-python |
Keywords: | python youtube youtube-search |
Licenses: | MIT |
Conflicts: | youtube-search-python-git |
Provides: | youtube-search-python |
Submitter: | deepjyoti30 |
Maintainer: | deepjyoti30 (mbc) |
Last Packager: | mbc |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2021-07-27 12:16 (UTC) |
Last Updated: | 2023-03-03 20:36 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- python-httpx (python-httpx-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
Latest Comments
deepjyoti30 commented on 2023-03-03 17:38 (UTC)
@mbc I have made you a co-maintainer for this package, you can go ahead and update the version.
mbc commented on 2023-03-03 17:20 (UTC)
could you update this package when you get a chance? I'm trying to write a PKGBUILD for another package that depends on an updated version of this library. Since the creator has discontinued work on the library, it would only be one more update. Or, if you'd rather, I could co-maintain this package and update it myself.
sylphio commented on 2022-02-09 15:34 (UTC)
I am now getting a conflict between
httpx
andpython-httpx
when trying to install the latter as a dependency:I would be grateful for any hints on the best resolution to this conflict. Should I allow
python-httpx
to overwrite/usr/bin/httpx
?deepjyoti30 commented on 2022-01-22 13:56 (UTC)
@ViToni Thanks for pointing that out. I updated the package dependency.
ViToni commented on 2022-01-22 12:47 (UTC) (edited on 2022-01-22 12:48 (UTC) by ViToni)
It seems this package has a dependency to httpx, but the wrong one.
This package depends on https://aur.archlinux.org/packages/httpx/ (upstream project is located at: https://github.com/projectdiscovery/httpx).
The dependency should actually point to https://aur.archlinux.org/packages/python-httpx0.13/ or an updated version thereof as the upstream project at https://github.com/encode/httpx is already at version 0.21.3.