StroyGetter is a website, made with NextJS, which allows to download videos. You can access it at https://stroygetter.stroyco.eu.
⚠️ DISCLAIMER:
This program is for personal use only, everything is done for educational purposes.
By using any product of this project (website, application, or code), you agree not to download any video that you do not have the copyright for. We (the contributors of this project) cannot be held responsible for anyone using anything that violates some terms of service from any platform.
Make sure you have Docker installed.
- Start a terminal and run the following commands:
docker-compose up -d
Make sure you have NodeJS installed.
-
Start a terminal and run the following commands:
- To start in development mode:
npm install npm run dev
- To start in production mode:
npm ci npm run build node .next/standalone/server.js