-
-
Notifications
You must be signed in to change notification settings - Fork 13
Install WatchVideoByLink
The fastest way to try WatchVideoByLink locally is using Docker on Windows, Linux or Mac OSX computers.
Install Docker by following Docker’s instructions
Clone repo in your terminal with the following command:
git clone https://github.com/MohamedBakoush/WatchVideoByLink.git
Once that command completes successfully, you should see a new WatchVideoByLink folder in your current directory.
Navigate to the folder you created in step 2:
cd WatchVideoByLink
Then, run the following command:
docker-compose up
You should see a wall of logging output from the containers being launched on your machine. Once this output slows, you should have a running instance of WatchVideoByLink on your local machine!
Open http://localhost:8080
in your preferred browser to access WatchVideoByLink.
-
Node.js - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
- Download Node.js from https://nodejs.org/en/
- To check if node.js has been downloaded open command prompt for windows or terminal for macOS/Linux and enter
node -v
this will tell you what version of Node.js has been installed.
-
Git - Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
- Download Git from https://git-scm.com/
- To check if Git has been downloaded open command prompt for windows or terminal for macOS/Linux and enter
git --version
this will tell you what version of Git has been installed.
Windows: If Video Type: Automatic dosent work
- It may be due to missing MSVCR100.dll File.
- This can be solved by installing the Microsoft Visual C++ 2010 Redistributable Package (x86)/(x64) from Microsoft Website.
Clone repo in your terminal with the following command:
git clone https://github.com/MohamedBakoush/WatchVideoByLink.git
cd WatchVideoByLink
Alternatively you may download and unpack the zip
npm install
(Optinal) Untrunc - Restore failed video downloads - may achieve undesired results.
- Install via anthwlock/untrunc
- Once downloaded manualy drop all Untrunc files in WatchVideoByLink's directory.
npm run build
npm start
Then open http://localhost:8080
in your preferred browser.
or run WatchVideoByLink as a desktop application.
npm run electron