A python application for downloading whole seasons of series available on VRT NU, made with BeautifulSoup and youtube-dl.
The dependencies for this python application are defined in the requirements.txt
file. Install them with
pip3 install -r requirements.txt
Open the folder where the app.py file is located. Open it and it will be clear. It automatically creates a new directory inside the directory where the app.py is located where the episodes will be stored.
python3 app.py
You can do whatever you want with this repository! Let me know if something is wrong or if you want to help.