25HoursaDay / Blaze

Blaze allows you to rip files from websites by proxying them and downloading the content.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blaze

Blaze is a tool that allows you to easily download files from websites by proxying them. With Blaze, you can download files such as images, videos, and documents from a website directly to your device.

Please note that Blaze is not designed to be run on cloud servers.

Blaze is still a beta tool, If you encounter any bugs please open an issue so we can fix it.

Run Blaze Locally

To run Blaze locally on your own device, follow these steps:

  1. Clone the Blaze repository from Github by opening your console and entering the following command (You can also download the zip of the repo if you do not want git tracking):
git clone https://github.com/EmberNetwork/Blaze.git
  1. Make sure you have Node.js installed on your device. If you don't have it installed, you can download it from the official Node.js website.
  2. Install the necessary dependencies by running the following command in your console:
npm install
  1. Once the dependencies have been installed, start the Blaze server by running the following command:
npm start
  1. The default port is 5000, when the server starts, you can check this is true. Open up your browser and go to http://localhost:5000

About

Blaze allows you to rip files from websites by proxying them and downloading the content.

License:GNU General Public License v3.0


Languages

Language:JavaScript 85.2%Language:HTML 9.0%Language:CSS 5.8%