Angular + .Net Core project for download video from VVVVID (non-paid content).
This project was created for educational purposes only. I do not take responsibility for use for illegal purposes. Do not use the software to break copyright rules.
The software is released under the WTFPL license.
If you like my work follow my git profiles :)
- angular client app (run command into angular-client folder:
npm install
ng serve
- .net core api:
dotnet restore
dotnet build
dotnet run
Alternatively you can use Visual Studio 2019
- testdev: start projects inside docker containers (use docker compose command. For linux edit with docker-compose).
- it is necessary to execute the project package restore commands (see above)
- run script from root folder --> scripts\run-testdev.ps1
- prod: creates two docker images ready for production. If you want to use them locally, or without the main nginx, be sure to open the angular-client container ports: you can do this by editing the docker\docker-compose.prod.yml file.