← Home ← Back to /wsr/

Thread 1540005

11 posts 8 images /wsr/
Anonymous No.1540005 [Report] >>1540006 >>1540007 >>1540017 >>1540209 >>1541259
How to dl tracks from soundcloud
I want to download all of https://soundcloud.com/daneilmingram/sets/mastering-the-core-teaching-of-the-buddha-revised-and-expanded-second-edition-audiobook?si=86aa0c303d0e407a91306c746d601cac&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing
Anonymous No.1540006 [Report] >>1540008
>>1540005 (OP)
yt-dlp
Anonymous No.1540007 [Report]
>>1540005 (OP)
https://github.com/NickvisionApps/Parabolic
Anonymous No.1540008 [Report] >>1540009 >>1540682
>>1540006
ujnfortunately i'm running into an issue
Anonymous No.1540009 [Report]
>>1540008
No need to use python, get the exe from https://github.com/yt-dlp/yt-dlp then either run it from the folder in cmd or set up a Windows path so you can run it from anywhere (Search google "windows make yt-dlp path")
-F only lists the files, to download them enter-
yt-dlp linkgoeshere
Anonymous No.1540017 [Report]
>>1540005 (OP)
cobalt dot tools
Anonymous No.1540209 [Report] >>1541383
>>1540005 (OP)
EZ:
https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/
works pretty well for me. On Soundcloud you'll have to pick the files with no listed file size in the DLHelper list though, for some reason.
Anonymous No.1540215 [Report]
FYI there are many torrents of that audiobook around
Anonymous No.1540682 [Report]
>>1540008
the pip 'yt-dlp' package only seems to give you the library so you can programmatically use call yt-dlp in python. It doesn't give you a way to manually use it from the command line.
Anonymous No.1541259 [Report] >>1541383
>>1540005 (OP)
IIRC you can grab the m3u8 using ffmpeg to copy the AAC to a regular music file
Anonymous No.1541383 [Report]
>>1541259
I just use some freeware audio converter (an old Pazera version works pretty well for me) to turn videos and audio files into mp3s, after grabbing them from Bandcamp, Soundcloud or whatever with >>1540209.