Skip to content

jvhgit/music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation steps

  1. Clone and install this repository

  2. Add folders to the repo such as TECHNO, DB , etc.
    Folder structure should be:
    music
    ----- TECHNO
    ----- DB
    ----- download.py
    ----- README.md

  3. Make conda environment:

    1. Open Anaconda Prompt
    2. Go to the cloned repo directory
    3. Run the following command: conda create --name music
    4. Run the following command: conda activate music
    5. Run the following command: conda install pip
    6. Run the following command: pip install pytube scdl
  4. At last to run the program:
    Windows: python download.py
    Linux: python3 download.py

  5. The program asks which folder to work with (TECHNO, DB , etc.).
    Next, the program asks about the filethreshold (just press enter).
    You are now good to go.

About

YouTube and SoundCloud downloader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages