Package Details: soundcloud-dl-git 2.12.1.r0.g9732b53-2

Git Clone URL: https://aur.archlinux.org/soundcloud-dl-git.git (read-only, click to copy)
Package Base: soundcloud-dl-git
Description: Souncloud music downloader
Upstream URL: https://github.com/flyingrub/scdl
Licenses: GPL-2.0-only
Conflicts: soundcloud-dl
Provides: soundcloud-dl
Submitter: None
Maintainer: xiota
Last Packager: xiota
Votes: 35
Popularity: 0.000547
First Submitted: 2014-03-30 14:08 (UTC)
Last Updated: 2024-09-14 19:18 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

UlyssesZhan commented on 2024-09-14 17:10 (UTC)

The clint dependency should be changed to tqdm: https://github.com/scdl-org/scdl/issues/516

patlefort commented on 2024-07-19 15:49 (UTC)

Tests are being installed in /usr/lib/python3.12/site-packages/tests which I don't think is intended.

yobert commented on 2024-07-05 04:22 (UTC)

If you get an error like this:

AttributeError: 'SoundCloud' object has no attribute '_get_default_headers'. Did you mean: 'get_default_headers'?

It looks like an API changed in the soundcloud python module. I fixed with this:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,6 +26,7 @@ pkgver() {

 build() {
   cd "$srcdir/$pkgname"
+  sed -r -i "s#_get_default_headers#get_default_headers#g" scdl/scdl.py
   python -m build --wheel --no-isolation
 }

patlefort commented on 2024-04-28 06:09 (UTC)

Can you please fix pkgver as mentioned below? Also, it should have provides=(soundcloud-dl) and conflicts=(soundcloud-dl).

fordprefect commented on 2022-03-31 15:00 (UTC)

Work should be fairly little, expect nothing but version bumps…

phijor commented on 2022-03-31 14:56 (UTC)

Same, I am also a bit low on time. But I'd be happy to share the work; feel free to add me as a maintainer of the non-git package. I'll give you access to the other packages :)

fordprefect commented on 2022-03-31 14:50 (UTC)

I can certainly co-maintain but I'm pretty low on time. Do you in turn want to comaintain the non-git scdl package?