Skip to content

StroyGetter is a NextJS app which allows to download videos from YouTube.

License

Notifications You must be signed in to change notification settings

DestroyCom/StroyGetter

Repository files navigation

StroyGetter - An online open source video downloader

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.


Deploys

Deploy on localhost

With Docker

Make sure you have Docker installed.

  1. Start a terminal and run the following commands:
docker-compose up -d

Without Docker

Make sure you have NodeJS installed.

  1. 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