- Install the requirements
- Run the scrapper file
- 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