Skip to content

Sanjaypranav/MusicScrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Run Scrapper file


  1. Install the requirements
  2. Run the scrapper file
  3. The output will be stored in the output folder
$ pip install -r requirements.txt
$ python3 detect.py -s "nakku mukka vj antony, mallipo"

or

in scrapper.py file

list = [
    "List of songs along with artist name that you wan't to scrap!!"
]

yt = YouTubeScrapper(output_folder="Music")
for song in track(list, description="Downloading songs..."):
    yt.get_video(song)

then run

$ pip install -r requirements.txt
$ python3 scrapper.py

About

download youtube mp3 songs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages