a simple music Downloader for a few websites.
Go to file
2020-07-19 11:41:14 -05:00
scripts Attempt to upload music DL to ftp 2020-07-12 21:57:53 -05:00
src Removed app description as it is displayed in windows notifications 2020-07-19 11:29:01 -05:00
.gitignore Modified gitignore file 2018-04-13 08:26:58 -05:00
.gitlab-ci.yml Reverted back to 32 bits support due to missing VLC stuff 2020-07-19 11:38:07 -05:00
changes.md Always use safe filenames for downloads 2020-07-19 10:41:23 -05:00
LICENSE Changed license type 2018-06-22 08:36:12 -05:00
README.md Updated Readme [Skip CI] 2020-07-19 11:41:14 -05:00
requirements.txt More requirements 2020-07-12 20:41:50 -05:00

music-dl

pipeline status

coverage report

MusicDL is an app for downloading music directly from services like Youtube, zaycev.net, mail.ru and others. I made it for practicing a few skills I have learnt about scraping the web and tools like python's beautifulsoup library, plus all of the new stuff provided with Python 3. More info in this blog post

Visit the project's website

Requirements

See the requirements.txt, located in the root of this repository. Additionally, take into account the following.

running

Run the file main.py, located in the src directory.

Building

I have provided a setup.py file for cx_freeze, so you should be able to do something like:

python setup.py build

And start building. Check the dist folder for results.