-
Clone the repository:
git clone https://github.com/raulpcoelho/youtube-download-list.git cd youtube-download-list
-
Create a virtual environment:
python3 -m venv venv
-
Activate the virtual environment:
source venv/bin/activate
-
Install the dependencies:
pip install -r requirements.txt
-
Add song links:
- Put the song links in a songs.txt file.
- Each line should contain one song link.
-
Run the script:
python script.py