Search Criteria
Package Details: streamrip 2.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/streamrip.git (read-only, click to copy) |
|---|---|
| Package Base: | streamrip |
| Description: | A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud. |
| Upstream URL: | https://github.com/nathom/streamrip |
| Licenses: | GPL3 |
| Submitter: | exu |
| Maintainer: | exu |
| Last Packager: | exu |
| Votes: | 9 |
| Popularity: | 0.49 |
| First Submitted: | 2024-02-04 11:20 (UTC) |
| Last Updated: | 2025-03-10 18:44 (UTC) |
Dependencies (24)
- python
- python-aiodns
- python-aiofiles
- python-aiohttp
- python-aiolimiterAUR
- python-appdirs
- python-click-help-colors
- python-deezer-pyAUR
- python-m3u8AUR
- python-mutagen (python-mutagen-gitAUR)
- python-pathvalidateAUR
- python-pillow (python-pillow-simd-gitAUR)
- python-pycryptodomex
- python-pytest-asyncio
- python-pytest-mock
- python-requests
- python-rich
- python-simple-term-menuAUR
- python-tomlkit
- git (git-gitAUR, git-glAUR) (make)
- Show 4 more dependencies...
Latest Comments
exu commented on 2025-05-23 18:08 (UTC)
python-deezer-pyis right, that'sdeezer-pyon PyPI as listed in the Poetry dependencies.Not sure why it would fail to find the dependency, maybe try completely rebuilding the package and its AUR dependencies if you updated Python recently.
tee commented on 2025-05-22 08:13 (UTC)
Strangely still broken with both python-deezer and python-deezer-py installed.
tee commented on 2025-05-22 08:11 (UTC)
Broken package? This depends on
python-deezernotpython-deezer-py.exu commented on 2025-02-16 15:54 (UTC)
python-m3u8is already listed as a dependency, however it is an AUR package so you might have to manually install it depending on your AUR helper of choice.Gordinator commented on 2025-02-14 14:26 (UTC)
Hello, exu. The package works, however I get a
ModuleNotFoundError: No module named 'm3u8'error which I fixed by installingpython-m3u8. Please fix the package by adding it as a dependency.exu commented on 2024-06-12 13:51 (UTC)
Thanks for reporting, I added the dependency
overrule commented on 2024-06-12 08:21 (UTC)
Thanks for the PKGBUILD. After installing I received the error
ModuleNotFoundError: No module named 'requests'. Fixed by installing thepython-requestspackage but would be nice if it was added as a dependency in the PKGBUILD.