pydownloader4downloads.khin.../README.md

25 lines
665 B
Markdown
Raw Normal View History

2024-01-16 09:37:07 +00:00
# pydownloader4downloads.khinsider
Download the album from downloads.khinsider using a multithreaded python script
## How to use the script
Download the source code by running git clone
```
git clone https://github.com/OlaYZen/pydownloader4downloads.khinsider.git
```
2024-01-16 09:37:37 +00:00
Install the required python libraries by downloading the requirements.txt found in the source code and running the following command
2024-01-16 09:37:07 +00:00
```
pip install -r requirements.txt
```
Start the program using Python and enter the album URL of the website by running
Not all albums have mp3 or flac, If one does not work try the other
```
python downloader-flac.py
```
or
```
python downloader-mp3.py
```