Skip to content

using selenium to bulk download all mixes from a mixcloud user

Notifications You must be signed in to change notification settings

hopdebee/bulk-mixcloud-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

bulk-mixcloud-download (deprecated)

using selenium to bulk download all mixes from a mixcloud user via http://www.mixcloud-downloader.com/ hyperfast.

requirements

install chomium webdriver and make sure the path to the executable is correct (see code)

example:

chromedriver_path = "/usr/lib/chromium-browser/chromedriver"

pip install selenium

change the url of the playlist, stream, search, ... you want to use in the code

python3 mxdl.py

note

uses http://www.mixcloud-downloader.com/ which detects it's a bot after a while.

About

using selenium to bulk download all mixes from a mixcloud user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages