TopGit theo dõi Miserlou/SoundScrape trên GitHub, đã đạt 1.4k sao. SoundCloud (and Bandcamp and Mixcloud) downloader in Python.
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
SoundScrape makes it super easy to download artists from SoundCloud (and Bandcamp and MixCloud) - even those which don't have download links! It automatically creates ID3 tags as well (including album art), which is handy.
Usage
First, install it:
pip install soundscrape
Note that if you are having problems, please first try updating to the latest version:
pip install soundscrape --upgrade
Then, just call soundscrape and the name of the artist you want to scrape:
soundscrape rabbit-i-am
And you're done! Hooray! Files are stored as mp3s in the format Artist name - Track title.mp3.
You can also use the -n argument to only download a certain number of songs.
soundscrape rabbit-i-am -n 3
Sets
Soundscrape can also download sets, but you have to include the full URL of the set you want to download:
Soundscrape can also download all of an Artist's Liked items with -l:
soundscrape troyboi -l
or with just the straight URL:
soundscrape https://soundcloud.com/troyboi/likes
High-Quality Downloads Only
By default, SoundScrape will try to rip everything it can. However, if you only want to download tracks that have an official download available (which are typically at a higher-quality 320kbps bitrate), you can use the -d argument.
soundscrape sly-dogg -d
Keep Preview Tracks
By default, SoundScrape will skip the 30-second preview tracks that SoundCloud now provides. You can choose to keep these preview snippets with the -k argument.
soundscrape chromeo -k
Folders
By default, SoundScrape aims to act like wget, downloading in place in the current directory. With the -f argument, however, SoundScrape acts more like a download manager and sorts songs into the following format:
SoundScrape can also pull down albums from Bandcamp. For Bandcamp pages, use the -b argument along with an artist's username or a specific URL. It only downloads one album at a time. This works with all of the other arguments, except -d as Bandcamp streams only come at one bitrate, as far as I can tell.
Note: Currently, when using the -n argument, the limit is evaluated for each album separately.
soundscrape warsaw -b -f
This also works for non-Bandcamp URLs that are hosted on Bandcamp:
soundscrape -b http://music.monstercat.com/
Note that the full URL must be included.
Mixcloud
SoundScrape can also grab mixes from Mixcloud. This feature is extremely expermental and is in no way guaranteed to work!
Finds the original mp3 of a mix and grabs that (with tags and album art) if it can, or else just gets the raw m4a stream.
Mixcloud currently only takes an invidiual mix. Capacity for a whole artist's profile due shortly.
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/Miserlou/SoundScrape là nguồn chính thức.
Miserlou/SoundScrape có phải mã nguồn mở không?
Có — Miserlou/SoundScrape phát hành theo license MIT, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/Miserlou/SoundScrape.
Miserlou/SoundScrape có website riêng không?
TopGit chưa ghi nhận URL trang chủ cho Miserlou/SoundScrape. Phần README ở tab phía trên thường có link demo, hoặc xem mô tả GitHub của repo.
Miserlou/SoundScrape dùng license gì?
Miserlou/SoundScrape phát hành theo license MIT. Nên mở file LICENSE trên GitHub để xác nhận — license metadata đôi khi lệch với thực tế dự án.
Miserlou/SoundScrape là gì?
Miserlou/SoundScrape (Miserlou/SoundScrape) là dự án Python trên GitHub. Theo mô tả gốc: SoundCloud (and Bandcamp and Mixcloud) downloader in Python.
Đọc đầy đủ README ở tab phía trên.
Chưa chắc SoundScrape có hợp với bạn?
Để ChatGPT, Claude hoặc Perplexity tìm hiểu giúp — bấm bên dưới và xem AI nói gì về SoundScrape.