Skip to content

csingh/scdownloader_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Take your SoundCloud favourites offline!

#What A Python script to download your SoundCloud favourites or playlists (with artist/title/image info embedded in ID3Tags)

#Pre-requisites:

  • python 3 (tested with 3.4.2)
  • mutagen for python
  • soundcloud-python api

#Pre-req Install Instructions:

#Finally

  • run python3 download_things.py -h to see usage details

#Example Usage get csingh91's likes, but don't download:

python3 download_things.py http://soundcloud.com/csingh91/ --dry_run

download csingh91's likes:

python3 download_things.py http://soundcloud.com/csingh91/

download csingh91's 'mixes' playlist:

python3 download_things.py http://soundcloud.com/csingh91/sets/mixes

download all playlists from csingh91:

python3 download_things.py http://soundcloud.com/csingh91/sets/

#Notes

  • script will only process 50 songs by default. Use --num_songs argument to override this
  • script will keep track of downloaded files, and skip them on next run (data saved to "dl_data.json" by default)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages