This is a movie collection and downloader site.
This tool needs these things to work:
- Git (Optional)
- Python3
then run this all command
git clone https://github.com/NurTasin/links.git
cd links/
If you are in Windows run this
pip install -r requirements.txt
python links.py -h
If you are in Linux run this
pip3 install -r requirements.txt
python3 links.py -h
If you are in Mac run this
pip install -r requirements.txt
python3 links.py -h