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

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

dllud commented on 2020-05-31 12:22 (UTC) (edited on 2020-05-31 12:23 (UTC) by dllud)

Hi,

You're missing a space in the current PKGBUILD. Here's the diff:

diff --git a/PKGBUILD b/PKGBUILD
index 05b0988..7be3b13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ pkgver() {
 }

 package() {
-    cd"$srcdir/$pkgname"
+    cd "$srcdir/$pkgname"
     python3 setup.py install --root="$pkgdir"
 }

As is, the build fails on my system (with pikaur):

/home/dllud/.cache/pikaur/build/soundcloud-dl-git/PKGBUILD: line 30: cd/home/dllud/.cache/pikaur/build/soundcloud-dl-git/src/soundcloud-dl-git: No such file or directory

morosa commented on 2019-12-10 20:09 (UTC)

'NoneType' object has no attribute 'endswith' Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/scdl/scdl.py", line 348, in download parse_url(uri) File "/usr/lib/python3.8/site-packages/scdl/scdl.py", line 262, in parse_url download_track(item) File "/usr/lib/python3.8/site-packages/scdl/scdl.py", line 558, in download_track if filename.endswith('.mp3') or filename.endswith('.flac'): AttributeError: 'NoneType' object has no attribute 'endswith'

robertfoster commented on 2019-01-10 18:13 (UTC)

@danieli99 Thank you man for the appreciation. feel free to submit propositive contributions here or on my github repo

danieli99 commented on 2019-01-05 19:31 (UTC)

Working great! Thanks for this package!

shihjay2 commented on 2018-05-06 18:47 (UTC)

Build error because python-certify package does not exist. Should be python-certifi

RobinWA commented on 2018-05-05 13:59 (UTC)

When trying to run scdl I get: pkg_resources.DistributionNotFound: The 'certifi>=2017.4.17' distribution was not found and is required by requests

By adding python-certifi to the dependecies I got rid of the issue

oberon2007 commented on 2017-09-14 20:57 (UTC)

Awesome package, thank you for providing! Though, what's the purpose of the .install file? There is no scdl-config! Is that obsolete?

Ascaro commented on 2016-09-28 14:39 (UTC)

Working very fine, downloading single songs and playlists are working 10/10. Thanks for this package!

fordprefect commented on 2016-03-07 14:37 (UTC)

python-fudge and python-simplejson are missing dependencies of this package. also, the post-install message contains a reference to a non-existing command 'scdl-config'. please ask if there are questions about this.

tsipizic commented on 2016-02-17 07:22 (UTC)

Dependencies python-pypandoc and pancdoc are missing